Help for this page

Select Code to Download


  1. or download this
    open(FH, "$datfile") || die "Can't open $datfile!";
    
    ...
        chomp($line);
        push(@list, $line);
    }