Hi

I am new in perl script. Does anyone know how to implement this puzzle
in perl?

[ 0 ]                        =  0
[ 1 ]                        =  1
[ 0, 1 ]                     =  1
[ 1, 1 ]                     =  2
[ 1, [ 1, 2 ] ]              = -2
[ 1, 2, [ 8 ] ]              = -5
[ 1, [ 2 ], [ 3 ] ]          = -4
[ 9, [ 3, 4, [ [ 2 ] ] ] ]   =  0
...

Thanks


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to