$file="/var/apache/htdocs/test.shtml"; open(FILE,"$file"); while(){ print $_; } exit;