Help for this page

Select Code to Download


  1. or download this
    open(FH,"+<file.txt") || die($!);
    @fh = <FH>;
    ...
    seek(FH,0,0);
    print FH $fh;
    close(FH);