RE: Large File to transfer with IIS and ActivePerl

2004-07-07 Thread Jonathan Crowther
If the browser is IE, it's known to be very bad with large files. Have you tried this when using a non-IE browser, like Netscape 7? IE has issues at the TCP/IP level (timeouts, windows, buffers, whatever - I don't remember). IE also is slow (believe it or not) copying files from its temporary dow

RE: BUG in localtime (was: Re: problem with localtime and gmtime)

2000-12-01 Thread Jonathan Crowther
books, Perl should work properly with timezones, which it does on Unix. I think that this really is a bug in the ActiveState implementation. I hope that this is the proper communicate to signal such a problem. Guido. - Original Message ----- From: "Jonathan Crowther" <[EM

RE: Stupid Question

2000-12-01 Thread Jonathan Crowther
Title: RE: Stupid Question Even with the module, I ran it and it died on a 'cannot spawn tr' error. Cheers, Jonathan -Original Message- From: Frank Carroll [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 4:31 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; [EMAIL PROTECT

RE: PPM repository

2000-11-29 Thread Jonathan Crowther
Title: RE: PPM repository If you need to 'make' them, here's a FAQ about how to do it: http://velocity.activestate.com/docs/ActivePerl/faq/Windows/ActivePerl-Winfaq9.html Cheers, Jonathan -Original Message- From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Novembe

RE: perl newbie - file upload

2000-11-14 Thread Jonathan Crowther
Title: RE: perl newbie - file upload I would use the CGI.pm Perl module to upload the file. See FAQs at: http://www.activestate.com/Products/ActivePerl/docs/lib/CGI.html#creating%20a%20file%20upload%20field Then use the usual open() to save the file. This is intended for Web forms, and use