Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Do Storable and IO::Zlib like to play together?

by sauoq (Abbot)
on Nov 03, 2005 at 19:58 UTC ( [id://505493]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Do Storable and IO::Zlib like to play together?
in thread Do Storable and IO::Zlib like to play together?

IO::Zlib does not seem to implement fileno.

That's not really the problem, I don't think. At least, not the first one. We are never getting out of AUTOLOAD routine (and not because a method is missing.) The problem is that a call to fileno() doesn't play well with the tied handle provided by IO::Zlib.

It should try to do its thing with whatever it got as an argument.

That's debatable. I'd be inclined to do it Storable's way.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re^3: Do Storable and IO::Zlib like to play together?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 09:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found