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 huub, 10 years ago

test.cgi perl script toegevoegd

  • Property svn:executable set to *
File size: 122 bytes
Line 
1#!/usr/local/bin/perl
2print "Content-type: text/html\n\n";
3foreach $key (keys %ENV) {
4print "$key --> $ENV{$key}<br>";
5}
Note: See TracBrowser for help on using the repository browser.