Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Downloading Excel Spreadsheets from Web-based Mail

by Anonymous Monk
on Feb 02, 2007 at 07:14 UTC ( [id://597897]=note: print w/replies, xml ) Need Help??


in reply to Downloading Excel Spreadsheets from Web-based Mail

Add binmode FH; or use $mech->save_content( $filename )

Replies are listed 'Best First'.
Re^2: Downloading Excel Spreadsheets from Web-based Mail
by c4onastick (Friar) on Feb 02, 2007 at 20:31 UTC
    Thank you both for your responses.
    I tried $mech->save_content('test.xls'); to no avail (perl complained that it couldn't find the method) but using binmode FH; did work. Thanks again!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://597897]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found