my $obj = Class->new(); SKIP: { skip("The object could not be instantiated", $number_of_tests_to_skip) if !$obj; # more tests here to come }