in reply to Re: Hash with sub
in thread Hash with sub
Works great, I did not realize you could put a hash ref in a scaler, so this was something new to me also. Tks again.my $hash = $hash_name eq 'dat' ? \%dat_mapping : \%eng_mapping; for my $file_name (keys %$hash) {
|
|---|