Help for this page

Select Code to Download


  1. or download this
    use CGI qw/sub1 :standard/;
  2. or download this
    {
        local *CGI::sub1 = \&sub1;
        # do some CGI things
    }