Help for this page

Select Code to Download


  1. or download this
    # make sure we are in a sane environment.
    $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not P
    +erl!";
    
  2. or download this
    print "$_ => $ENV{$_}<BR>\n" for (keys %ENV);