Re: Another MySQL.

2002-05-02 Thread Tor Hildrum
> 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

Re: Another MySQL.

2002-05-02 Thread Felix Geerinckx
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

Re: Another MySQL. Solved by driuex :)

2002-05-02 Thread Tor Hildrum
> 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