sub test_with { my @testary = with_want(); my $testscalar = with_want(); } sub test_without { my @testary = with_want(); my $testscalar = with_want(); } #### sub test_without { my @testary = without(); my $testscalar = without(); }