Re: sendmail error: No reciient address found in header

2003-12-08 Thread Wiggins d'Anconia
B. Fongo wrote: It's my first time to use sendmail. I want to my script to send a mail to [EMAIL PROTECTED] or whoever is in the To: line. The script warns:"No recipient name found in the header" and dies, even though there's a recipient. I'm puzzled. ### #

sendmail error: No reciient address found in header

2003-12-08 Thread B. Fongo
It's my first time to use sendmail. I want to my script to send a mail to [EMAIL PROTECTED] or whoever is in the To: line. The script warns:"No recipient name found in the header" and dies, even though there's a recipient. I'm puzzled. ### #!/usr/bin/perl -

Weekly list FAQ posting

2003-12-08 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 addres

Re: Calling JavaScript from Perl

2003-12-08 Thread Wiggins d Anconia
> Hi, > Does anyone know is it possible to call javascript from perl? Can > javascript be included in the same page? Can anyone provide an example of > this? > Thanks in advance, > Mark. How do you mean "call javascript from Perl"? In general Javascript is a client side language that executes w

Re: Fork

2003-12-08 Thread Wiggins d Anconia
> Hi all, > > Please tell me how could I fork more child processes. > I want to fork let's say 10 child processes. > > I know that I can do something like the following, but I am wondering if > there is a clearer method: > > if (my $pid = fork) { > #parent > > if(my $pid2 = fork) { > #parent

Fork

2003-12-08 Thread Octavian Rasnita
Hi all, Please tell me how could I fork more child processes. I want to fork let's say 10 child processes. I know that I can do something like the following, but I am wondering if there is a clearer method: if (my $pid = fork) { #parent if(my $pid2 = fork) { #parent 2 if (my $pid3 = fork) { #p

Calling JavaScript from Perl

2003-12-08 Thread mark o' sullivan
Hi, Does anyone know is it possible to call javascript from perl? Can javascript be included in the same page? Can anyone provide an example of this? Thanks in advance, Mark. ** This document is strictly confidential and is inte