in reply to Re: filtering folder path using regex.
in thread filtering folder path using regex.

Thanks Zaxo,

File::Spec,....I need to lean this one too,...There is no end to Perl libraries,..cheers?
  • Comment on Re: Re: filtering folder path using regex.

Replies are listed 'Best First'.
Re: Re: Re: filtering folder path using regex.
by waswas-fng (Curate) on Jul 13, 2003 at 19:09 UTC
    You may want to test the input "\\someserverhere\c$\foo\bar" as well as it is a valid path.

    -Waswas