Help for this page

Select Code to Download


  1. or download this
    #!c:\perl\bin\perl -w
    
    ...
        my $recordline = join ",", @{$array[$x]};
        print "$recordline\n";
    }