in reply to Problems with print ID command
#!/usr/local/bin/perl print "Content-type:text/html\n\n"; print <<END; <html> <body> Bla bla bla </body> </html> END [download]
Hope that helps, -ase