in reply to Re: HTTP::Response and Spreadsheet::ParseExcel
in thread HTTP::Response and Spreadsheet::ParseExcel
How do I read a binary and write it to file? syswrite doesn't seem to fly, using :
open FH, "<$temp" || die "Can't open $temp : $!\n";
syswrite (FH, $CONTENT, length $CONTENT);
(Remember, $CONTENT is the binary xls...)
Argggh!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: HTTP::Response and Spreadsheet::ParseExcel
by vek (Prior) on Oct 15, 2003 at 23:30 UTC | |
by jarp (Novice) on Oct 16, 2003 at 13:14 UTC |