my %names; $names{fred1} = {1 => "un", 2 => "deux", 3 => "trois"}; $names{mary1} = {1 => "eins", 2 => "zwei", 3 => "drei"}; ... print $names{$n}{$m};
In reply to Re: string as a HASH ref
by tall_man
in thread string as a HASH ref
by GreyOwl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |