Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1989

Setting cookies Help!

$
0
0
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 )

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 =...
Setting cookies Help!

Viewing all articles
Browse latest Browse all 1989

Trending Articles