Help for this page

Select Code to Download


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