On Fri, Jan 25, 2002 at 12:50:51PM -0800, Erik Steven Harrison wrote:
> >>Besides no one has commented on Steve Fink's (I think it was him) idea
> >>to store the result of the most recently executed conditional in $?. I
> >>kinda like that idea myself. It makes mnemonic sense.
> 
> Hmmmm . . . I could grow used to that. A couple of thoughts.
> 
> 1) It doesn't seem to buy us much that $_ doesn't already, except some slight 
>legibility in that we can say what the variable holds as in:
> 
> foreach $PIN_number (@list) {
>     my $PIN = $PIN_number;
>     #Stuff
> }

ENOCONDITIONAL

$? would be set to the result of the most recently evaluated
conditional (things like if(), elsif(), while(), or until())

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to