Help for this page

Select Code to Download


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