![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Regexes and URIsby alfie (Pilgrim) |
on Mar 29, 2001 at 21:56 UTC ( #68146=note: print w/replies, xml ) | Need Help?? |
Do you have the complete URI in a single string or do you
have it in a text? The first is quite simple:
You might end up with an empty $file if the URI ends in a / (and therefore uses the default index file). The later is more complicate, for you have to keep different things in mind:
-- Alfie
In Section
Seekers of Perl Wisdom
|
|