Help for this page

Select Code to Download


  1. or download this
    #!perl
    # login.pl
    ...
    $cgi->pre("SID : $sid"),
    $cgi->a({href=>'page1.pl'},"Goto Page 1"),
    $cgi->end_html;
    
  2. or download this
    #!perl
    # page1.pl
    ...
    $cgi->pre($text),
    $cgi->a({href=>'login.pl'},"Goto Login"),
    $cgi->end_html;