sub foo { return; } @ret = foo(); die "Not a Bug\n" unless @ret; print "Doh...shouldn't get here!\n"