Help for this page

Select Code to Download


  1. or download this
        @Rec = $dbh->Select('Members', \%Q)
    
  2. or download this
     
       %Q = (login__contain=>'alex')
    
  3. or download this
     
        @Rec = $dbh->Select('Members', {%Q, id_m=>1})