mod_perl logo
perl icon







previous page: APR::URI - Perl API for XXXpage up: mod_perl APIsnext page: ModPerl::MethodLookup -- Map mod_perl 2.0 modules, objects and methods


APR::Util - Perl API for XXX











Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


Table of Contents

Synopsis

  use APR::Util ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

APR::Util provides the following functions and/or methods:



TOP

filepath_name_get

META: Autogenerated - needs to be reviewed/completed

return the final element of the pathname

  $ret = filepath_name_get($pathname);


TOP

password_get

META: Autogenerated - needs to be reviewed/completed

Display a prompt and read in the password from stdin.

  $ret = password_get($prompt, $pwbuf, $bufsize);


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: APR::URI - Perl API for XXXpage up: mod_perl APIsnext page: ModPerl::MethodLookup -- Map mod_perl 2.0 modules, objects and methods