good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
perlfunc:recvby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://181]=perlfunc: print w/replies, xml ) | Need Help?? |
recvSee the current Perl documentation for recv. Here is our local, out-dated (pre-5.6) version: recv - receive a message over a Socket
recv SOCKET,SCALAR,LEN,FLAGS
Receives a message on a socket. Attempts to receive
LENGTH bytes of data into variable
SCALAR from the specified
SOCKET filehandle. Actually does a
C
|
|