I am trying to generate a web page with :
print $q->header("application/vnd.ms-excel"),

This tries to launch Excel but I get the error:
"File cannot be opened because: A declaration was not closed Line 1,
Position 1 <"

When I use:
print $q->header("text/html"),

The page displays correctly and I do not see any "open" or "unclosed"
HTML...

Any help will be appreciated.

Thanks in advance 

jwm

 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to