alfirth on 05/05/11
Last Edited at 05/05/11 10:44am
while (<DATA>){ my $leaf = '$tree'; while (m!(\w*?)/!g) { $leaf .= "{$1}"; } eval "$leaf = {} unless (exists $leaf)";}
Report this snippet Tweet
Comment:
You need to login to post a comment.