Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print "File line $.\n";
        print "  $headers[$_]: '$row->[$_]'\n" for reverse 0 .. $#$row;
    }
    
  2. or download this
    File line 2
      Comment: 'Comment with a comma, and stuff.'
    ...
      Colour: 'Violet'
      Name: 'Bill'
      Line: '5'