Sometimes it ok. But when you run it many times, say 1,000 times,
 there is serveral times that it return 200, but the stored file is 0
 bytes, titally empty.
 
> On 5/25/05, John Doe <[EMAIL PROTECTED]> wrote:
> > Am Dienstag, 24. Mai 2005 08.59 schrieb Franklin:
> > > Hi;
> > >
> > > I have a small program that uses getstore to fetch a xml webpahe and
> > > store it. It is:
> > >
> > > use strict;
> > > use warnings;
> > >
> > > use LWP::Simple;
> > >
> > > my
> > > $xmlurl="http://www.sec.gov/Archives/edgar/data/903404/000118143105029692/r
> > >rd79736.xml"; my $xmlfile="xml.xml";
> > > my $status=getstore($xmlurl,$xmlfile);
> > >
> > > if(is_success($status))
> > > {
> > > print "xmlfile store is ok\n";
> > > }
> > > else
> > > {
> > > print "xmlfile store isn't ok\n";
> > > }
> > >
> > >
> > > It works well on windows platform, but doesn't on freebsd. That is,
> > > every time the getstore function's response is "200 ok", but the
> > > stored xml file isn't correct, it means, it isn't as same as the xml
> > > webpage.
> >
> > What are the differences then? Is it another file? Or the right one 
> > truncated?
> > Wrong chars? Or...
> >
> > > What is wrong with it? And is there any solution or
> > > alternatives to this problems?
> >
> > Maybe?
> >
> > joe
> >
> > >
> > > Thank you very much!
> > >
> > > Best wishes
> > > Franklin
> > >
> > > T
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > <http://learn.perl.org/> <http://learn.perl.org/first-response>
> >
> >
> >
>

--
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