Help for this page

Select Code to Download


  1. or download this
    #test1.pl
    
    ...
    print $session->param("myname");
    
    print $cgi->redirect( -URL     => 'test2.pl?sessionid='.$sessionid);
    
  2. or download this
    #test2.pl
    
    ...