Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
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??


in reply to Re: "wide character in print" error in DBM::Deep
in thread "wide character in print" error in DBM::Deep

In theory, you should be able to pass the filehandle in and there are tests for that.

That fails too. Tested by changing

my ($fh, $fn) = tempfile(); my $db = DBM::Deep->new( $fn );
to
my $fh = tempfile(); my $db = DBM::Deep->new( { fh => $fh } );
in the test I provided earlier.

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 admiring the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found