Melly has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monkees
The following one liner prints, rather unexpectedly, 'still defined' - any ideas as to what's going on?
perl -e "$x[0]=[0];map{undef $_}(@x);print 'still defined' if defined +@x;"
Tom Melly, pm (at) cursingmaggot (stop) co (stop) ukmap{$a=1-$_/10;map{$d=$a;$e=$b=$_/20-2;map{($d,$e)=(2*$d*$e+$a,$e**2 -$d**2+$b);$c=$d**2+$e**2>4?$d=8:_}1..50;print$c}0..59;print$/}0..20
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: map and undef - odd behaviour with an array of arrays
by eyepopslikeamosquito (Archbishop) on Dec 22, 2012 at 08:38 UTC | |
by Melly (Chaplain) on Dec 22, 2012 at 08:45 UTC | |
by eyepopslikeamosquito (Archbishop) on Dec 22, 2012 at 08:53 UTC |