Help for this page

Select Code to Download


  1. or download this
      print redirect ( cookie => $Cookie, uri => $URL );
    
  2. or download this
      print redirect ( -cookie => $Cookie, -uri => $URL );
    
  3. or download this
        print p, startform,
          table ( { border => 1, cellspacing => 0, cellpadding => 2 },
    ...
              td ( { rowspan => 2 }, submit ( "Login" ) ) ),
            Tr ( th ( "Password:" ), td ( password_field ( PASSWORD ) ) ) 
    +),
          endform;