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.
###
#
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 -
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
> 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
> 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
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
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