1.1 ! misho 1: #! /usr/bin/perl ! 2: ! 3: print "Content-Type: text/html\r\n\r\n"; ! 4: ! 5: print $ENV{"PATH_INFO"}; ! 6: ! 7: 0;