Re: Send mail question

2002-05-10 Thread Christopher G Tantalo
Lance Prais wrote: > If I am going to sendmail from an Internet using CGI does anyone know all > the modules I will need to install? This may answer all my questions. > > Thank you > Lance > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Th

Re: Send mail question

2002-05-10 Thread fliptop
Lance Prais wrote: > If I am going to sendmail from an Internet using CGI does anyone know all > the modules I will need to install? This may answer all my questions. i use mime::lite and it works great and is simple to use. http://search.cpan.org/search?dist=MIME-Lite -- To unsubscribe, e

Send mail question

2002-05-10 Thread Lance Prais
If I am going to sendmail from an Internet using CGI does anyone know all the modules I will need to install? This may answer all my questions. Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: another cgi error question

2002-05-10 Thread Lance Prais
It is not. I have downloaded the module but am now getting the following error: 10/May/2002:10:10:27] failure ( 5376): trying to POST /cgi-bin/ts_ticket_submit.cgi, cgieng_scan_headers reports: the CGI program /usr/local/netscape/server4/cgi-bin/ts_ticket_submit.cgi did not produce a valid hea

RE: Network programming

2002-05-10 Thread Bob Showalter
> -Original Message- > From: DanaBarish [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 11:20 AM > To: [EMAIL PROTECTED] > Subject: Network programming > > > Having unsuccessfully tried to do some network programming > with PHP (my current scripting preference) I have turned to

RE: another cgi error question

2002-05-10 Thread Hanson, Robert
No, I don't believe it is standard. Type this at the command line, it will answer most if not all of your questions... perldoc -q cpan If you still have questions after that, just ask. As a side note, if you are using ActivePerl in Windows read this as well "perldoc ppm". Rob -Origin

another cgi error question

2002-05-10 Thread Lance Prais
Actually, this is more of a perl question. The following missing file if Am I not mistaken shouldn't it be installed with the install of perl? If not does anyone know where I can go to download this? This is the error that I am getting when I try to run a script: Can't locate MIME/Entity.pm in @

RE: Network programming

2002-05-10 Thread matt stewart
i reckon you might have more luck with a more advanced perl list? i've done a bit of perl, and reckon this probably is out of the depth for most "beginners"? sorry i can't help! -Original Message- From: DanaBarish [mailto:[EMAIL PROTECTED]] Sent: 10 May 2002 16:20 To: [EMAIL PROTECTED] Su

Network programming

2002-05-10 Thread DanaBarish
Having unsuccessfully tried to do some network programming with PHP (my current scripting preference) I have turned to perl. My task is to "search" for text in pages on a remote server. I have a list of URLs to be searched. PHP has security issues in this area unfortunately, I assume perl is up

Re: cgi error question

2002-05-10 Thread fliptop
Lance Prais wrote: > I have properly set up cgi-bin directory on my solaris box using Iplanet as > my web server, placed the scripts in the cgi-bin folder and mapped the path > in Iplanet but I am getting the following error when I try to execute. > > trying to POST /cgi-bin/ts_ticket_submit.cgi

cgi error question

2002-05-10 Thread Lance Prais
I have properly set up cgi-bin directory on my solaris box using Iplanet as my web server, placed the scripts in the cgi-bin folder and mapped the path in Iplanet but I am getting the following error when I try to execute. trying to POST /cgi-bin/ts_ticket_submit.cgi, cgieng_start_exec reports: c

Re: Getting the real email address?

2002-05-10 Thread Randal L. Schwartz
> "Richard" == Richard Mr Usarec Buskirk <[EMAIL PROTECTED]> writes: Richard> if(($_[0]=~/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/)||($_[0]!~/^.+\@(\[?)[a-zA-Z0-9 Richard> \-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/)){ So wrong. So Very Wrong. Please ignore this wrong posting and read the rest of th

Re: Sorry for the misunderstanding

2002-05-10 Thread Felix Geerinckx
on Wed, 08 May 2002 20:38:14 GMT, [EMAIL PROTECTED] (Richard Mr Usarec Buskirk) wrote: > I fixed my problem: > [...] > I have no errors and it works. I am glad you got it working. > I am new to cgi but i catch on quickly. Even though i didnt get a > response to help me. > I was hoping you guy

Re: sending mail using Net::SMTP client

2002-05-10 Thread Felix Geerinckx
on Fri, 10 May 2002 07:12:48 GMT, [EMAIL PROTECTED] (David Ravikumar) wrote: > $smtp->to("[EMAIL PROTECTED]"); > $smtp->datasend("To: [EMAIL PROTECTED]"); > $smtp->datasend("From: [EMAIL PROTECTED] \n"); Within double quotes, you should escape your '@'. Either write "sd\@sd.com