Help for this page

Select Code to Download


  1. or download this
        open (FILE, file.txt' || die "can't open file \n\n $!");
        @FileInfo=<$file_name>;
    ...
        
        print FILE (@newFile);
        close (FILE);