in reply to Re: (tye)Re: Spreadsheet::WriteExcel to Browser Problem
in thread Spreadsheet::WriteExcel to Browser Problem
My guess is that the header isn't being sent but that you have named your CGI *.xls and IE is ignoring the header and interpretting the downloaded text as a spreadsheet and silently deciding to convert it to such.
Update: Try it with a different browser. Or better, use LWP::Simple to see what is really being sent:
- tye (but my friends call me "Tye")perl -MLWP::Simple -e "print get('http://www.alienfishexchange.com/')" + | more perl -MLWP::Simple -e "print join '|',head('http://www.alienfishexchan +ge.com/')"
|
---|