mod_perl logo
perl icon







previous page: Apache::URI - Perl API for manipulating URIspage up: mod_perl APIsnext page: APR - Perl Interface for libapr and libaprutil Libraries


Apache::Util - Perl API for XXX











Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
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


Table of Contents

Synopsis

  use Apache::Util ();

META: to be completed



TOP

Description

META: to be completed



TOP

Functions API

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



TOP

format_time

META: Autogenerated - needs to be reviewed/completed

Convert a time from an integer into a string in a specified format

  $time_str = Apache::format_time($time, $fmt, $gmt, $p);


TOP

escape_path

META: Autogenerated - needs to be reviewed/completed

convert an OS path to a URL in an OS dependant way.

  $path = Apache::escape_path($path, $p, $partial);


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: Apache::URI - Perl API for manipulating URIspage up: mod_perl APIsnext page: APR - Perl Interface for libapr and libaprutil Libraries