Help for this page

Select Code to Download


  1. or download this
    for $station (@stations){
        print "\n    $station";
    ...
        print "\n" if ($found[0] eq "");
        print OUTFILE "\n" if ($found[0] eq "");
    }