Help for this page

Select Code to Download


  1. or download this
    # so you can use:
    #!/usr/local/bin/perl
    
    # and dont have to use:
    #!/joe/hates/perl/programmers/so/use/this/perl
    
  2. or download this
    my $qery = new CGI;
    
    # to...
    
    my $query = new CGI;