in reply to CGI.pm Submit inconsistency
if ($email_checked =~ /\Q$matcher\E/)Also, you can declare your looping variable within the loop itself, like this:
foreach my $email_checked (@turned_on)Provided your @turned_on array is populated correctly, which I'm only presuming since the output of your debugging code is not shown, then this should work. Are you sure you're actually getting a series of "Nothing Equals..." messages?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI.pm Submit inconsistency
by kanabrian (Initiate) on Sep 26, 2002 at 18:58 UTC |