Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: DBI and inserting binary data

by MZSanford (Curate)
on Mar 15, 2002 at 14:52 UTC ( [id://151990]=note: print w/replies, xml ) Need Help??


in reply to DBI and inserting binary data

You need to pack your data, maybe like :
$hexdata1 = pack("H*",$hexform1);
I believe that will take care of it.
from the frivolous to the serious

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found