open (FILE, 'htmlcal.txt') or die $!,"\n"; print "Content-Type: text/html\n\n"; print "What the f***?"; while ($line = ) { print $line; } close FILE;