Hi guys:
I'm not a seasoned programmer, but I get the job done eventually
The problem I'm having is that I can't get this script to set cookie
I tried misc java cookie scripts and they set very well, but not with perl
anyone have any idea what might be wrong? thanks
the script: (test script )
Setting cookies Help!
I'm not a seasoned programmer, but I get the job done eventually
The problem I'm having is that I can't get this script to set cookie
I tried misc java cookie scripts and they set very well, but not with perl
anyone have any idea what might be wrong? thanks
the script: (test script )
Code:
#!/usr/bin/perl use CGI qw/:standard/; use CGI::Carp qw/fatalsToBrowser/; use DBI; print "Content-type: text/html\n\n"; $q = new CGI; $action =...