- or download this
<pre>
$order = "ABCDE";
...
{ D => \D_value }
{ E => \E_value }
</pre>
- or download this
sub getByKey {
my $key = shift;
...
return $valByKey{ $key };;
}
- or download this
$order = "CABDE";
...
{ C => \C_value }
{ D => \D_value }
{ E => \E_value }