Help for this page

Select Code to Download


  1. or download this
    use CGI::Session;
    use CGI;
    ...
    
    print '<a href="session2.pl">Page 2</a>';
    
  2. or download this
    use strict;
    use CGI::Session;
    ...
    
    print $name;