http://qs321.pair.com?node_id=656696


in reply to question on CGI module's url with mod_rewrite

Quick example from the commandline...

# perl -le 'use URI; my $url = URI->new("http://www.example.com/app/ +xyz/123"); print $url->path;' /app/xyz/123

--
naChoZ

Therapy is expensive. Popping bubble wrap is cheap. You choose.

Replies are listed 'Best First'.
Re^2: question on CGI module's url with mod_rewrite
by Anonymous Monk on Dec 12, 2007 at 20:54 UTC
    argh. i wasn't thinking straight. thanks!