Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    
    use Data::Dumper; # very handy to understand your data!
    ...
    
    print $list[1][5], "\n"; # prints sixth field on second row