----- Original Message -----
From: Jeff Yoak <[EMAIL PROTECTED]>
To: Luinrandir Hernson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, June 09, 2001 12:10 AM
Subject: Re: if then else
> At 05:35 PM 6/8/01 -0400, Luinrandir Hernson wrote:
> >ok, where did i go wrong now???
>
> '=' is the assignment operator in Perl. '==' is the numeric comparison
> operator and 'cmp' is the alpha which is what you want here.
I think you dont need 'cmp' you need to use 'eq' in equations.
cmp is the alfa comparison function for sort things and stuff right?
(...)