Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: "wide character in print" error in DBM::Deep

by ikegami (Patriarch)
on Mar 22, 2010 at 20:49 UTC ( [id://830160]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($fh, $fn) = tempfile();
    my $db = DBM::Deep->new( $fn );
    
  2. or download this
    my $fh = tempfile();
    my $db = DBM::Deep->new( { fh => $fh } );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-24 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found