in reply to Re^2: Parse a list of path strings into a nested hash
in thread Parse a list of path strings into a nested hash

You mean that the regex will split from the trailing end, whereas split splits from the leading end?

  • Comment on Re^3: Parse a list of path strings into a nested hash

Replies are listed 'Best First'.
Re^4: Parse a list of path strings into a nested hash
by jdporter (Paladin) on Sep 07, 2010 at 14:32 UTC

    Yes.