The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:mod_perl APR::String"

APR::String - Perl API for manipulating APR UUIDs River stage three • 155 direct dependents • 183 total dependents

"APR::String" provides strings manipulation API....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

lib/ModPerl/DummyVersions.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Table - Perl API for manipulating APR opaque string-content tables River stage three • 155 direct dependents • 183 total dependents

"APR::Table" allows its users to manipulate opaque string-content tables. On the C level the "opaque string-content" means: you can put in '\0'-terminated strings and whatever you put in your get out. On the Perl level that means that we convert scal...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Pool - Perl API for APR pools River stage three • 155 direct dependents • 183 total dependents

"APR::Pool" provides an access to APR pools, which are used for an easy memory management. Different pools have different life scopes and therefore one doesn't need to free allocated memory explicitly, but instead it's done when the pool's life is ge...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::PerlIO - Perl IO layer for APR River stage three • 155 direct dependents • 183 total dependents

"APR::PerlIO" implements a Perl IO layer using APR's file manipulation API internally. Why do you want to use this? Normally you shouldn't, probably it won't be faster than Perl's default layer. It's only useful when you need to manipulate a filehand...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Socket - Perl API for APR sockets River stage three • 155 direct dependents • 183 total dependents

"APR::Socket" provides the Perl interface to APR sockets....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::UUID - Perl API for manipulating APR UUIDs River stage three • 155 direct dependents • 183 total dependents

"APR::UUID" is used to get and manipulate random UUIDs. It allows you to "create" random UUIDs, which when "formatted" returns a string like: 'd48889bb-d11d-b211-8567-ec81968c93c6'; which can be parsed back into the "APR::UUID" object with "parse()"....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Date - Perl API for APR date manipulating functions River stage three • 155 direct dependents • 183 total dependents

"APR::Socket" provides the Perl interface to APR date manipulating functions....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Util - Perl API for Various APR Utilities River stage three • 155 direct dependents • 183 total dependents

Various APR utilities that don't fit into any other group....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Error - Perl API for APR/Apache/mod_perl exceptions River stage three • 155 direct dependents • 183 total dependents

"APR::Error" handles APR/Apache/mod_perl exceptions for you, while leaving you in control. Apache and APR API return a status code for almost all methods, so if you didn't check the return code and handled any possible problems, you may have silent f...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Finfo - Perl API for APR fileinfo structure River stage three • 155 direct dependents • 183 total dependents

APR fileinfo structure provides somewhat similar information to Perl's "stat()" call, but you will want to use this module's API to query an already "stat()'ed" filehandle to avoid an extra system call or to query attributes specific to APR file hand...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Bucket - Perl API for manipulating APR Buckets River stage three • 155 direct dependents • 183 total dependents

"APR::Bucket" allows you to create, manipulate and delete APR buckets. You will probably find the various insert methods confusing, the tip is to read the function right to left. The following code sample helps to visualize the operations: my $bb = A...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Brigade - Perl API for manipulating APR Bucket Brigades River stage three • 155 direct dependents • 183 total dependents

"APR::Brigade" allows you to create, manipulate and delete APR bucket brigades....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::SockAddr - Perl API for APR socket address structure River stage three • 155 direct dependents • 183 total dependents

"APR::SockAddr" provides an access to a socket address structure fields. Normally you'd get a socket address object, by calling: use Apache2::Connection (); my $remote_sock_addr = $c->remote_addr; my $local_sock_addr = $c->remote_local;...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::Base64 - Perl API for APR base64 encoding/decoding functionality River stage three • 155 direct dependents • 183 total dependents

"APR::Base64" provides the access to APR's base64 encoding and decoding API....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::BucketType - Perl API for APR bucket types River stage three • 155 direct dependents • 183 total dependents

"APR::BucketType" allows you to query bucket object type properties....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries) River stage three • 155 direct dependents • 183 total dependents

On load this modules prepares the APR enviroment (initializes memory pools, data structures, etc.) You don't need to use this module explicitly, since it's already loaded internally by all "APR::*" modules....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

APR::URI - Perl API for URI manipulations River stage three • 155 direct dependents • 183 total dependents

"APR::URI" allows you to parse URI strings, manipulate each of the URI elements and deparse them back into URIs. All "APR::URI" object accessors accept a string or an "undef" value as an argument. Same goes for return value. It's important to disting...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Input River stage three • 155 direct dependents • 183 total dependents

This chapter discusses mod_perl's input and output filter handlers. If all you need is to lookup the filtering API proceed directly to the "Apache2::Filter" and "Apache2::FilterRec" manpages....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC
45 results (0.059 seconds)