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











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
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


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