main->execute( $href->{id} ); sub execute { for( @_ ) { die if $_->{none}; } } print keys %$href, $/;