in reply to Re: NEWBIE Brain Teaser #2, by nysus
in thread NEWBIE Brain Teaser #2, by nysus
Translates to:$_ = qw(nothing nothing)
2. Under 5.6@_ = qw(nothing nothing)
Try:
under 5.005 and 5.6.print qw(1 2 3)[0]
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: NEWBIE Brain Teaser #2, by nysus
by merlyn (Sage) on Apr 16, 2001 at 19:35 UTC |