Help for this page

Select Code to Download


  1. or download this
    execute called with 2 bind variables when 0 are needed
    
  2. or download this
    my @what = split(/\s+/, $what);
    shift @what if $what[0] eq '';  # skip leading empty fields
    ...
        table  => 'boardmessage',
        where  => $where,
    });
    
  3. or download this
    DBIx::Abstract::__literal_query('DBIx::Abstract=HASH(0xb92e080)', 'SEL
    +ECT reference, subject, name FROM boardmessage WHERE ((subject LIKE ?
    +) OR (message LIKE ?))', '%huhu%', '%huhu%') called at /usr/share/per
    +l5/DBIx/Abstract.pm line 769