in reply to need help getting apache/mod_perl right
print "ContentType: text/plain \n\n"; open FILE, '> a.txt'; print FILE 'hello world'; close FILE; print 'hello world'; [download]