mod_perl logo perl icon
previous page: Apache::Log - Interface to Apache loggingpage up: mod_perl 1.0 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
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
mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt


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 1.0 APInext page: Apache::Util - Interface to Apache C util functions