Help for this page

Select Code to Download


  1. or download this
    $getoptret = $p->getoptions( \%my_hash, 'house', 'dog|d:s' );
  2. or download this
    $getoptret = $p->getoptions(
                                'house'   => \$my_hash{house},
                                'dog|d:s' => \$my_hash{mutt},
      );