Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

strange DBI problem (bind call difference)

by alfie (Pilgrim)
on Feb 13, 2003 at 19:27 UTC ( [id://235075]=perlquestion: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://235075]
Approved by Fletch
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found