Nie, nie można tego zrobić za pomocą fetchall_hashref
. Ale możesz iterować po wartościach skrótu i usunąć klucz:
delete $_->{countryiso} for values %$hash;
Nie, nie można tego zrobić za pomocą fetchall_hashref
. Ale możesz iterować po wartościach skrótu i usunąć klucz:
delete $_->{countryiso} for values %$hash;