hi there,

having a problem with xitami web server which im using to test perl scripts.
The problem is the server will not display the page if i use the 'here document' metod.

i.e.

print <<"DOC";
#
#html goes here
#
DOC

the above won't work! the strangest thing is my perl editor (dzSoft) does'nt have a problem and displays it fine. I can only get a page to work if i use the print "single line at a time"; metod, which of course would take much longer to do.

can anyone help with this? been messing with it all day.

-aX