http://www.perlmonks.org?node_id=289778


in reply to Just another Bach Hacker

This is very pretty and simple! I like the fact that you're not afraid to use syntax that requires the whitespace where it is, and doesn't split tokens, instead of using a spaceless syntax and using a s/\s*//g-and-eval.

--
[ e d @ h a l l e y . c c ]

Replies are listed 'Best First'.
Re^2: Just another Bach Hacker
by ambrus (Abbot) on Apr 29, 2008 at 12:55 UTC

    I agree it's nice. Note however that there's also the sub'name{body} syntax (I wonder who discovered it, maybe domm in Space Invaders) and of course BEGIN{*name=sub{body}} too.