Help for this page

Select Code to Download


  1. or download this
    FOO FOO
    BAR BAR 
    MOO MOO
    
  2. or download this
    my $select = $DBH->prepare("SELECT FOO, BAR, MOO FROM tble WHERE CONCA
    +T(FOO, ', ', BAR, ', ', MOO) LIKE ?");
    ...
            ($variable1, $variable2, $variable3) = @$names;
    }
    }
    
  3. or download this
    my $select = $DBH->prepare("SELECT FOO, BAR, MOO FROM tble WHERE CONCA
    +T(FOO, ', ', BAR, ', ', MOO) LIKE ?");
    ...
        
            ($variable1, $variable2, $variable3) = @$names;
    }