Help for this page
use Meta::Ds::Hash; my($hash)=Meta::Ds::Hash->new(); ... if($hash->has($foo)) { print "Found it\n"; }