in reply to Re: Problems with map(function, array)
in thread Problems with map(function, array)
sub twice { 2 * $_[0] } @a = map twice, 1..3; print "@a\n"; ==> 0 0 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problems with map(function, array)
by eyepopslikeamosquito (Archbishop) on Dec 10, 2012 at 21:36 UTC | |
by Redei (Initiate) on Dec 12, 2012 at 13:58 UTC | |
|
Re^3: Problems with map(function, array)
by LanX (Saint) on Dec 10, 2012 at 21:30 UTC |