Help for this page

Select Code to Download


  1. or download this
    open (OUTFILE, ">E:/Documents and Settings/Richard Lamb/My Documents/H
    +TML/dummy.html") or die("$!: Can't write to the HTML file.\n");
    print (OUTFILE);
    close (OUTFILE);
    
  2. or download this
    open (OUTFILE, ">E:/Documents and Settings/Richard Lamb/My Documents/H
    +TML/dummy.html") or die("$!: Can't write to the HTML file.\n");
    ...
        print OUTFILE $_;
    }
    close (OUTFILE);