Help for this page

Select Code to Download


  1. or download this
    $file = "pp.txt";
    open (FH ,$file) || die ("could not openfile");
    ...
        print;
    }
    close (FH);