Help for this page
my $value = $hash{ key };
my $value = $hash{'key'}; my $value = $hash{ $key_value }; my $value = $hash{"st_$id"};