Help for this page

Select Code to Download


  1. or download this
    Page one...
    use CGI::Session;
    ...
    
    
    print '<a href="session2.pl">Page 2</a>';
    
  2. or download this
    Page 2...
    use strict;
    ...
          </form>
    HTML
    }
    
  3. or download this
    use CGI;
    use CGI::Carp qw/fatalsToBrowser warningsToBrowser/;
    ...
        print "<h2>Welcome";
        print "<a href='login.pl?action=logout'>Logout";
    }