start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setservent Chapter 5
Function Reference
Next: Reference: shift
 

setsockopt

setsockopt 
socket
, 
level
, 
optname
, 
optval

Sets the socket option requested ( optname ) to the value optval . The function returns undefined if there is an error. optval may be specified as undef if you don't want to pass an argument. level specifies the protocol type used on the socket.


Previous: Reference: setservent Perl in a Nutshell Next: Reference: shift
Reference: setservent Book Index Reference: shift

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.