in reply to Re: Getting Getopt::Long values into a hash
in thread Getting Getopt::Long values into a hash
what is exactly the difference between $my_hash->{something} and $my_hash{something} ?$getoptret = $p->getoptions( 'house' => \$my_hash->{house}, 'dog|d:s' => \$my_hash->{mutt}, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting Getopt::Long values into a hash
by fishbot_v2 (Chaplain) on Nov 08, 2005 at 14:33 UTC | |
by jeanluca (Deacon) on Nov 08, 2005 at 15:21 UTC | |
by fishbot_v2 (Chaplain) on Nov 08, 2005 at 16:01 UTC | |
by jeanluca (Deacon) on Nov 08, 2005 at 16:51 UTC |