http://qs1969.pair.com?node_id=908793


in reply to Re^4: (almost) foldl
in thread (almost) foldl

print eval join' + ','1e',6;

Bareword found where operator expected at (eval 1) line 1, near "1e" (Missing operator before e?)

Did this actually test it, or is it because I'm running Perl 5?

Anyway, print eval join'+0+','1e',6; works okay. Plus, the "+0+" looks nice.