Help for this page

Select Code to Download


  1. or download this
    # to read from the file
    open (FILE,"</myfile");
    ...
    # Print html with @job for a value and 
    }
    # Print html footer
    
  2. or download this
    #open file
    #lock file
    ...
    print FILE "$input";
    #close file
    close FILE;