Re: Mail::Sendmail question

2002-08-22 Thread Mat Harris
you havenott told the script to send anything to the browser after it sends the email, that is probably where the premature end of script hdr is coming frfom. does the email send even with that error? On Wed, Aug 21, 2002 at 10:22:48 -, Beans wrote: > Hello, > > i'm trying to get a perl scri

Re: Mail::Sendmail question

2002-08-22 Thread zentara
On 21 Aug 2002 22:22:48 -, [EMAIL PROTECTED] (Beans) wrote: >Hello, > >i'm trying to get a perl script to send mail through Mail::Sendmail and >it's not working. >Maybe there's a really simple solution to this...any help would be greatly >appreciated. I'm very new to all this and i have been

Weekly list FAQ posting

2002-08-22 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addr

Re: http-file-upload

2002-08-22 Thread zentara
On Wed, 21 Aug 2002 16:22:10 +0200, [EMAIL PROTECTED] (Alex) wrote: > I was thinking of using the "IO::Socket::INET" module - is that > possible? if so, how? > If you just want to upload a file to your cgi program, but don't want to deal with a web form to do it, use LWP in a script.

Mail::Sendmail question

2002-08-22 Thread Beans
Hello, i'm trying to get a perl script to send mail through Mail::Sendmail and it's not working. I put the SMTP server name my ISP gave me in Sendmail.pm. (When i check for my mail through this server, i need to specify my username and password. Would i have to do this for Mail::Sendmail? if so,

Re: Help!! Retrieving Image File

2002-08-22 Thread Bill Moseley
At 11:21 PM 08/21/02 +0800, Connie Chan wrote: >This works for me =) "works" in some measure of the word, yes. >#!Perl no -w >use strict; >use CGI::Carp (fatalsToBrowser); >$| = 1; Why non-buffered? > >my $filepath = 'some/where/the/file/is.jpg"; syntax error. >open IMG, "$file