Help for this page

Select Code to Download


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