in reply to Re: adding ";" to void elements
in thread adding ";" to void elements

map { print ... }

That's worth at least two fifteen-yard penalties right there! I'm sort of horrified and impressed.

Replies are listed 'Best First'.
Re^3: adding ";" to void elements
by ikegami (Patriarch) on Feb 12, 2008 at 21:00 UTC
    It's for error checking, of course
    any { !$_ } map { print ... } ... and die;
    ;)