mod_perl logo
perl icon







previous page: Apache::Log - Interface to Apache loggingpage up: mod_perl APInext page: Apache::Util - Interface to Apache C util functions


Apache::URI - URI component parsing and unparsing











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::URI ();
  my $uri = $r->parsed_uri;
  
  my $uri = Apache::URI->parse($r, "http://perl.apache.org/");


TOP

Description

This module provides an interface to the Apache util_uri module and the uri_components structure.



TOP

Methods



TOP

Author

Doug MacEachern



TOP

See Also

perl.







TOP
previous page: Apache::Log - Interface to Apache loggingpage up: mod_perl APInext page: Apache::Util - Interface to Apache C util functions