Gack, you Perl Lords once again save my butt. Thanks Roberto, it worked like
a charm.
-Original Message-
From: Kevin Meltzer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 7:30 AM
To: Roberto Ruiz
Cc: Camilo Gonzalez; [EMAIL PROTECTED]
Subject: Re: Counter and scoping(?) issue
On Wed, May 29, 2002 at 03:05:36AM -0500, Roberto Ruiz ([EMAIL PROTECTED]) said
something similar to:
> Hi, God bless you.
>
> On Tue, May 28, 2002 at 12:45:53PM -0500, Camilo Gonzalez wrote:
> > if ( $confirm_counter = "1"){
> ^ May be this your problem?
>
> In the
Camilo Gonzalez wrote at Tue, 28 May 2002 19:45:53 +0200:
> Gurus,
>
> I've been having this problem in various permutations throughout my Perl life. For
>this particular
> function, I set $confirm_counter to 1. Then I use a foreach loop to send email to
>multiple
> recipients. Within the for
Hi, God bless you.
On Tue, May 28, 2002 at 12:45:53PM -0500, Camilo Gonzalez wrote:
>
> I've been having this problem in various permutations throughout my Perl
> life. For this particular function, I set $confirm_counter to 1. Then I use
> $xheader = "X-HTTP-Client: [$1]\n"
>
On Tue, 28 May 2002, Camilo Gonzalez wrote:
> Gurus,
> I've been having this problem in various permutations throughout my Perl
> life. For this particular function, I set $confirm_counter to 1. Then I use
> a foreach loop to send email to multiple recipients. Within the foreach
> loop, I increm
Gurus,
I've been having this problem in various permutations throughout my Perl
life. For this particular function, I set $confirm_counter to 1. Then I use
a foreach loop to send email to multiple recipients. Within the foreach
loop, I increment $confirm_counter by using $confirm_counter++. I th