LWP getstore

2004-12-03 Thread Brian Volk
Hi All, I'm having trouble w/ getstore... It works fine when I use it like this use strict; use warnings; use LWP::Simple; my $url = 'http://www.kcprofessional.com/us/images/products/41026.jpg'; my $file = 'E:/Perl/41026.jpg'; getstore( $url, $file ); END ... but when I

FW: LWP getstore

2004-12-03 Thread Brian Volk
Hi All, I sent this email yesterday, but I never saw it post... I'm sure as soon as I send it again, it will appear.. :~) Thanks! Brian -Original Message- From: Brian Volk Sent: Thursday, December 02, 2004 1:26 PM To: Beginners (E-mail) Subject: LWP getstore Hi All, I'm

Re: LWP getstore

2004-12-03 Thread Dave Gray
I'm having trouble w/ getstore... It works fine when I use it like this [snip] ... but when I use in the script below, all that happens is the files are created but they are only 1kb and can not be displayed... When I use the script above the file size is 14kb and looks great...

RE: LWP getstore

2004-12-03 Thread Brian Volk
Dave, Ugh thank you! That worked prefect. :~) Brian -Original Message- From: Dave Gray [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 11:19 AM To: Beginners (E-mail) Subject: Re: LWP getstore I'm having trouble w/ getstore... It works fine when I use