in reply to Splitting a url to make directories

Perhaps you want URI's path_segments method? And URI::URL is deprecated in favor of URI, anyway.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Splitting a url to make directories

Replies are listed 'Best First'.
Re^2: Splitting a url to make directories
by ghettofinger (Monk) on Jan 29, 2005 at 22:36 UTC
    That did the trick Randy. Thank you!