Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use warnings;
    ...
    
    print (OUTFILE "</BODY>\n</HTML>\n");
    close (OUTFILE);
    
  2. or download this
    #!/usr/bin/perl
    
    use warnings;
    ...
    #print HTML footer to file and close filehandle
    print (OUTFILE "</BODY>\n</HTML>\n");
    close (OUTFILE);