[thelist] cookies in perl/cgi

Anthony Baratta Anthony at Baratta.com
Sat Jul 22 12:15:30 CDT 2000


Adrian Fischer wrote:
> 
> I am using this  within my current script to try and jump me to biccyset.pl
> but I must be doing something wrong (obviously).
> 
> elsif ($form{'action'} eq 'doit') {'lib/biccyset.pl';}
> 


Replace 

	{'lib/biccyset.pl';}

with 

	{print "location: lib/biccyset.pl\n\n";)

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami




More information about the thelist mailing list