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











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
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford


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