Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: The blocking method in IO::Handle

by Anonymous Monk
on Feb 21, 2005 at 16:18 UTC ( [id://433094]=note: print w/replies, xml ) Need Help??


in reply to Re: The blocking method in IO::Handle
in thread The blocking method in IO::Handle

It's linux! And I have now found (by wild experimenting) that calling perl with "-MIO::Handle" let's it vanish. But why? Apparently it's loaded from the modules anyway, or they couldn't construct the object.
  • Comment on Re^2: The blocking method in IO::Handle

Replies are listed 'Best First'.
Re^3: The blocking method in IO::Handle (bug)
by tye (Sage) on Feb 21, 2005 at 17:20 UTC

    Native Perl IO handles are constructed by the perl interpreter without the IO::Handle module and are treated as IO::Handle objects automatically by Perl. But, the methods for IO::Handle don't get loaded unless someone loads the IO::Handle module. If Net::SSH::Perl is using IO::Handle methods, then it should be loading the required module. Submit a bug report against Net::SSH::Perl.

    - tye        

Re^3: The blocking method in IO::Handle
by esskar (Deacon) on Feb 21, 2005 at 17:15 UTC
    but you are sure that IO::Handle exists on your maschine?
      I can load it with -M. See above.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found