Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: newChapter 8
Standard Modules
Next: Reference: ping
 

close

$p->close()

Closes network connection for this ping object. The connection can also be closed by undef $p and is automatically closed if the ping object goes out of scope.


Previous: Reference: newPerl in a NutshellNext: Reference: ping
Reference: newBook IndexReference: ping