Help for this page
#!/full/path/to/perl -wT use strict; use CGI qw(some imports); #... rest of program
use CGI::Session; ... # before you print out any content do print $session->header(); # like $query->header() but with session coo +kie