Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Text::CSV_XS;
    ...
    my $row = $csv->fragment($fh, "col=1;3;10-12;23-*");
    
    print Dumper($row);
    
  2. or download this
    
    $VAR1 = [
    ...
                'z'
              ]
            ];