Help for this page

Select Code to Download


  1. or download this
    #!e:/perl/bin/perl
    use CGI;
    use CGI::Session;
    ...
    
    $teln = $cgi->param("$telnet");
    $session->param($telnet, $teln);
    
  2. or download this
    #!e:/perl/bin/perl
    use CGI::Session;
    use CGI;
    ...
    </HTML>
    
    EOM