prjain has asked for the wisdom of the Perl Monks concerning the following question:
Hello All,my $NAME; my $mobile; my $place; my $email; GetOptions ('name' => \$NAME,'mobile' =>\$mobile,'place' =>\$place,'em +ail' => \$email); print"$$NAME\n,$$mobile"; #$Contacts->findByName("$$NAME") if defined $$NAME;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to use getOptions()
by bitingduck (Deacon) on Mar 11, 2012 at 20:30 UTC | |
|
Re: how to use getOptions()
by choroba (Cardinal) on Mar 11, 2012 at 20:03 UTC |