Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
  2. or download this
    print $q->header;
    
    becomes
    
    print header;
    
  3. or download this
    use CGI qw(param header url);
    
    my $url = url();