Help for this page

Select Code to Download


  1. or download this
    use CGI;
    
  2. or download this
    use CGI::Carp qw/fatalsToBrowser/;
    
  3. or download this
    use CGI qw/:standard/;
    use CGI::Cookie;
    
  4. or download this
    use CGI qw/:standard/;
    use CGI::Cookie;
    
    use CGI;
    $query = new CGI;