Help for this page

Select Code to Download


  1. or download this
    open(my $inp, '<', $file_list) or die("Error reading $file_list: $!");
    while (<$inp>) {
    ...
    }
    close $inp;