Net::Cmd(3p) Perl Programmers Reference Guide Net::Cmd(3p)
Net::Cmd(3p) Perl Programmers Reference Guide Net::Cmd(3p) # Net::Cmd(3p) Perl Programmers Reference Guide Net::Cmd(3p) NNAAMMEE # Net::Cmd - Network Command class (as used by FTP, SMTP etc) SSYYNNOOPPSSIISS # use Net::Cmd; @ISA = qw(Net::Cmd); DDEESSCCRRIIPPTTIIOONN # "Net::Cmd" is a collection of methods that can be inherited by a sub- class of "IO::Socket::INET". These methods implement the functionality required for a command based protocol, for example FTP and SMTP. If your sub-class does not also derive from "IO::Socket::INET" or similar (e. ...