#!/usr/local/bin/perl -w print "Content-type: text/html\n\n"; foreach $item(@INC){ print "$item
\n"; }