Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        print "$row->[$_] " for (1, 2, 3, 5, 9, 10, 38, 126);
        print "\n";
    }
    
  2. or download this
    print "$row->[$_] " for @indices;