Bryan R Harris schreef:
> [attribution repaired] John W. Krahn

>> $ perl -le' $x = qw/ a b c d e /; print $x'
>> e
> 
> Why?  That doesn't make sense to me.

Do your tries with 

  perl -MO=Deparse -wle '...' 

and you'll see.

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to