Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    foreach my $file (@files) {
      push @data, split_file_line($file);
    }