Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    ########################################
    ...
    print LAST "\n"; #add one last newline for good measure. =)
    close(LAST); #make sure we're all neat
    print "\nAll done! Added $info to the database.\n"; #self explanatory
    
  2. or download this
    #!/usr/bin/perl
    ########################################
    ...
        }
        close PHILE; #finish up
    }