can anyone see anything wrong with this code? It's causing a blank page
(with no errors) when i uncomment it..
my $cookie = $q->cookie( -name => "proj_num",
-value => $proj_num,
-path => "/",
-expires => "+1h",
-domain => ".missouri.edu",
-secure => 0 );
print $q->header( -type => "text/html", -cookie => $cookie );
Josh Gray
Webmaster
Office of Research Computer Services
University of Missouri - Columbia
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web