in reply to filtering folder path using regex.
You should take a look at File::Spec. What you show con be done with File::Spec->splitpath and File::Spec->splitdir. That approach will make your code more portable, and the parsing more accurate.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: filtering folder path using regex.
by blackadder (Hermit) on Jul 13, 2003 at 14:37 UTC | |
by waswas-fng (Curate) on Jul 13, 2003 at 19:09 UTC |