Help for this page
#!/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
#!/usr/bin/perl ######################################## ... } close PHILE; #finish up }