Help for this page

Select Code to Download


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