source:
hybrid/branches/releng-10/nanobsd/files/usr/local/www/test.cgi@
12948
Last change on this file since 12948 was 12948, checked in by , 10 years ago | |
---|---|
|
|
File size: 122 bytes |
Line | |
---|---|
1 | #!/usr/local/bin/perl |
2 | print "Content-type: text/html\n\n"; |
3 | foreach $key (keys %ENV) { |
4 | print "$key --> $ENV{$key}<br>"; |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.