in reply to timed_out usage?
First assumption is that this is from the IO::Socket module, or something subclassed to that (that's the only standard module I know of with a Timeout property like this). I wasn't aware that getlines() (inherited from IO::Handle) took a Timeout parameter. I wasn't aware it took a parameter at all!
So now I'm really lost.
Next, you've got a method called timed_out. Where did this come from? It's not a standard module method at all. (grep..grep..grep... nope).
Care to give a little background on where all of this is coming from? Maybe we can give a little help then. You've got documentation, I just can't figure out where from...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: timed_out usage?
by tye (Sage) on Mar 22, 2001 at 22:51 UTC | |
by Galen (Beadle) on Mar 22, 2001 at 23:57 UTC | |
by Galen (Beadle) on Mar 23, 2001 at 00:23 UTC |