Help for this page

Select Code to Download


  1. or download this
    open (FH, "<filename.txt") || die "could not open file: $!";
    @ODB = <FH>;
    ...
    print NFH "$line";
    }
    close (NFH);