http://qs1969.pair.com?node_id=54159


in reply to how to output to pdf from a perl script

couldn't you also just do this at the beginning of the html:
print "Content-type: application/pdf\n\n";
correct me if I'm wrong but I'm pretty sure this would work

skeight