Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: DBI and getting trigger info

by rbc (Curate)
on Dec 19, 2002 at 00:00 UTC ( [id://221000]=note: print w/replies, xml ) Need Help??


in reply to Re: DBI and getting trigger info
in thread DBI and getting trigger info

Replies are listed 'Best First'.
Re: Re: Re: DBI and getting trigger info
by pfaut (Priest) on Dec 19, 2002 at 00:06 UTC

    The trigger text is longer than the default read buffer size. Add this before your prepare to get the entire trigger text.

    $dbh->{LongReadLen} = 65500;
    --- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-18 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found