Re: Filering a file

2005-12-06 Thread Sara
Here is a small piece of code if it could be helpful. ## START # #!f:/perl/bin/perl.exe # set the above to your perl path. use strict; use warnings; use CGI qw(:standard); use CGI::Carp 'fatalsToBrowser'; my $q = new CGI; open (DUPF,"dupes.txt"); # name

CGI - Email Forms

2005-12-06 Thread jbdetroit
What tests must be in place in order to keep your perl scripts from being hijacked from spammers? Any help would be greatly appreciated. Thank you! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]