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

NAME

APR::Util - Perl API for XXX

Synopsis

  use APR::Util ();

META: to be completed

Description

META: to be completed

API

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

filepath_name_get

META: Autogenerated - needs to be reviewed/completed

return the final element of the pathname

  $ret = filepath_name_get($pathname);
arg1: $pathname (string)

The path to get the final element of

ret: $ret (string)

the final element of the path @remark <PRE> For example: "/foo/bar/gum" -> "gum" "/foo/bar/gum/" -> "" "gum" -> "gum" "bs\\path\\stuff" -> "stuff" </PRE>

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);
arg1: $prompt (string)

The prompt to display

arg2: $pwbuf (string)

Buffer to store the password

arg3: $bufsize (number)

The length of the password buffer.

ret: $ret (integer)

See Also

mod_perl 2.0 documentation.

Copyright

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

Authors

The mod_perl development team and numerous contributors.