in reply to Re^2: help for accept sys call
in thread help for accept sys call
Thanks merlyn. :) It looked to me like an object method so I went diving into CPAN to figure out what module it might be.
So now I have a question which isn't evident in perlfunc: What's going on with the usage in this OP's example? It looks to me like accept() is being used as an object method, which means that the first argument passed to accept() will be the object's reference, rather than NEWSOCKET. I've probably missed something else elementary, but a little clarification would set my mind at ease. :)
Or is it possible that accept() is a method of some module, and not the core builtin?
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help for accept sys call
by BrowserUk (Patriarch) on Mar 05, 2005 at 16:22 UTC |