in reply to RE: Re: amelinda's HTTP/MIME/file upload/not-a-cgi-but-a-client/minimal-module/perl problem
in thread amelinda's HTTP/MIME/file upload/not-a-cgi-but-a-client/minimal-module/perl problem
Now in theory, these should be the same, but they aren't:print "\$len=$len\n"; print "data length=" . length($data) . "\n";
Try adding 25 to your number and see if your problem goes away.. *shrug*.(fastolfe) eddie:~$ perl test user password test.file $len=555 data length=580
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: amelinda's HTTP/MIME/file upload/not-a-cgi-but-a-client/minimal-module/perl problem
by amelinda (Friar) on Oct 02, 2000 at 22:44 UTC | |
by Fastolfe (Vicar) on Oct 02, 2000 at 23:16 UTC | |
by Fastolfe (Vicar) on Oct 02, 2000 at 23:13 UTC |