#!/usr/bin/perl print "content-type: text/plain\n\n"; $referer=$ENV{HTTP_REFERER}; while ($referer ne "" and $_ ne "/"){$baseref=$_.$baseref;$_=chop($referer);}; #print "\n"; open SOURCE,"<$baseref"; while (){print $_;};