1.1 paf 1: #!c:/perl/bin/perl 2: 1.2 ! paf 3: print "header:value from $0\n\n"; ! 4: 1.1 paf 5: print $ENV{QUERY_STRING}; 6: print "done";