Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

RE: about MIME::Base64

by spudzeppelin (Pilgrim)
on Aug 24, 2000 at 19:40 UTC ( [id://29439]=note: print w/replies, xml ) Need Help??


in reply to about MIME::Base64

I'm not sure why you're getting such unpredictible behavior, but if you do a perldoc on MIME::Base64 and check out the examples, you'll see a couple of neat tricks. My favorite is the "if you have enough memory" option:

use MIME::Base64 qw(encode_base64); local($/) = undef; # slurp print encode_base64(<STDIN>);

Spud Zeppelin * spud@spudzeppelin.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found