chomp $line; #### not needed with below ### $line=~s/^\s+//; $line=~s/\s+$//; # this deletes all line ending char's # so the chomp is unnecessary.
In reply to Re^2: How to analyse structured data to get a hash
by Marshall
in thread How to analyse structured data to get a hash
by merrymonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |