Help for this page

Select Code to Download


  1. or download this
    $getoptret = $p->getoptions(    
                       'number:s'  =>\$num,
                        .......) ;
    
  2. or download this
    $getoptret = $p->getoptions(    
                       'number=i'  =>\$num,
                        .......) ;