Help for this page
use strict; use warnings; ... print "$_: '$row->{$_}'\n" for sort keys %$row; print "\n"; }
colour: 'Blue' comment: 'Comment with a comma, and stuff.' ... comment: 'And an ordinary line to finish' line: '5' name: 'Bill'