Help for this page
sub exists { ... blah ... }
use MyPackage; my $obj = MyPackage->new(); ... if($obj->exists('foo')) { print "that key is there\n"; }