in reply to Re: (crazyinsomniac) Re: Coding superstitions
in thread Coding superstitions
Or, if you want to keep your '0', how about:sub fred { $_[0] eq 'ooyah' }
sub fred { $_[0] eq 'ooyah' or 0 }
-Blake
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: (crazyinsomniac) Re: Coding superstitions
by n3dst4 (Scribe) on Jan 09, 2002 at 04:27 UTC |