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

Re: How to subclass IO::Handle to properly get a low level file handle without having a file or memory?

by dave_the_m (Monsignor)
on Nov 02, 2016 at 13:26 UTC ( [id://1175132]=note: print w/replies, xml ) Need Help??


in reply to How to subclass IO::Handle to properly get a low level file handle without having a file or memory?

Why not use a tied handle instead?

Tying FileHandles

Dave.

  • Comment on Re: How to subclass IO::Handle to properly get a low level file handle without having a file or memory?

Replies are listed 'Best First'.
Re^2: How to subclass IO::Handle to properly get a low level file handle without having a file or memory? (XS)
by tye (Sage) on Nov 03, 2016 at 04:25 UTC

    I doubt that would work for most XS code (or even external libraries that XS thunks to), which seems likely to be part of some of the scenarios mentioned.

    - tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 15:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found