in reply to Hash-slicing question...
my $rv = fc({ map { $_ => $hashRef->{$_} } ('A', 'B', ) }); ..... [download]