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

It's for error checking, of course
any { !$_ } map { print ... } ... and die;
;)