Help for this page

Select Code to Download


  1. or download this
    open( my $fh, $infile ) or die "Cannot open '$infile' for reading: $!\
    +n";
    my %data;
    ...
        print $fh join( ',', $k, @{$data{$k}} ), $/;
    }
    close( $fh );