in reply to Re^2: Can we do without auxiliary variable here?
in thread Can we do without auxiliary variable here?

Great solution! I completely forgot about the "negativ LIMIT" parameter of split.

-- 
Ronald Fischer <ynnor@mm.st>

Replies are listed 'Best First'.
Re^4: Can we do without auxiliary variable here?
by Eliya (Vicar) on Feb 28, 2011 at 17:48 UTC
    I completely forgot about the "negativ LIMIT" parameter

    I think the crucial idea here is to split on ^, not the negative limit. The latter isn't even needed, because there are no null fields in this case.