Help for this page

Select Code to Download


  1. or download this
    foreach my $line (@records)
    {
        (my $colnumber1, @rest) = split(' ',$line);
        printf "%-8s @rest\n", $colnumber1;
    }