in reply to Re: Parse a list of path strings into a nested hash
in thread Parse a list of path strings into a nested hash
Why aren't you using split /\\/, ?
For precisely the way(s) in which split /\\/, is different from /(.*)\\(.*)/.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Parse a list of path strings into a nested hash
by ambrus (Abbot) on Sep 06, 2010 at 20:53 UTC | |
by jdporter (Paladin) on Sep 07, 2010 at 14:32 UTC |