Help for this page

Select Code to Download


  1. or download this
    <!-- HTML to reference our script -->
    <a href="/cgi-bin/test.pl">Click Me</a>
    
  2. or download this
    #!/usr/bin/perl
    printf "Content-type: text/html\n\n\n";
    printf "%s -- %s<br>\n",$_,$ENV{$_} foreach sort keys %ENV;