> From: Felix Geerinckx <[EMAIL PROTECTED]>
> Date: 2 May 2002 19:32:36 -
> To: [EMAIL PROTECTED]
> Subject: Re: Another MySQL.
>
> on Thu, 02 May 2002 19:10:48 GMT, Tor Hildrum wrote:
>
>> Here is the code:
>> while (@arrangement) {
>> chomp;
&g
on Thu, 02 May 2002 19:10:48 GMT, Tor Hildrum wrote:
> Here is the code:
> while (@arrangement) {
> chomp;
> if ($_ eq $epost) { my $test = 1; }
> shift(@arrangement);
> }
> if ($test) {
> ## Some more Code. The if statement always fails :(
Although you 'shift @arragement;' now, you don't shift
> Here is the code:
> while (@arrangement) {
> chomp;
> if ($_ eq $epost) { my $test = 1; }
> shift(@arrangement);
> }
>From another mail written by driuex on the subject:
"is this like some new Kult thing?
It appears that this 'while' construct has popped up on both
the beginner's list and the