sub test { print "in test!"; return if 1 } if (&test) { print "true" } else { print "false" }