Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Handling/Converting Binary Data Returned via a DBI ODBC Connection

by kvale (Monsignor)
on Jun 28, 2002 at 22:33 UTC ( [id://178173]=note: print w/replies, xml ) Need Help??


in reply to Handling/Converting Binary Data Returned via a DBI ODBC Connection

Use MIME::Base64:
$binary = decode_base64( $encoded)
-Mark

Replies are listed 'Best First'.
Re: Re: Handling/Converting Binary Data Returned via a DBI ODBC Connection
by jmurphy (Acolyte) on Jul 01, 2002 at 07:15 UTC
    Thanks so much.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-29 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found