develooper Front page | perl.beginners | Postings from March 2002

Simple LWP web retrieval question

Thread Next
From:
siren jones
Date:
March 15, 2002 12:02
Subject:
Simple LWP web retrieval question
Message ID:
LAW2-F106cx3Vp20N39000003fd@hotmail.com
I tried the following code to retrieve netCDF data files from a website.


use LWP::Simple
  getstore("source_url"/", "input_filename");


The problem is when I go to read the netCDF file I can't.  It is as if it 
does an ASCII transfer instead of a binary or some such thing?  Don't really 
know.  Any thoughts?

Thank you in advance.

-s

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About