Help for this page

Select Code to Download


  1. or download this
    my $NAME;
    my $mobile;
    ...
    GetOptions ('name' => \$NAME,'mobile' =>\$mobile,'place' =>\$place,'em
    +ail' => \$email);
    print"$$NAME\n,$$mobile";
    #$Contacts->findByName("$$NAME") if defined $$NAME;