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


in reply to Why no warnings for 1 in void context?

It also makes it easy to comment out sections:

1 || <<'__COMMENT__'; ... __COMMENT__

but then again, I suppose you can do

=begin comment ... =end comment