Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use CGI;
    print "Version: $CGI::VERSION\n",
          "Revision: $CGI::revision\n";
    
  2. or download this
    # These are some tie() interfaces for compatibility
    # with Steve Brenner's cgi-lib.pl routines
    'Vars' => <<'END_OF_FUNC',
    ...
        return \%in;
    }
    END_OF_FUNC