Help for this page

Select Code to Download


  1. or download this
    my @line;
    foreach my $line (@data_file) {
    ...
       /x;
       print join('|',@line),"\n";
    }