Help for this page
%o= (a=>'a', b=>'b', c=>'c');
use strict; my %o; ... my @foo; @foo=@o{"c".."e"}; print @foo;
@o("a","e","f")