Net::Cmd
Net::Cmd
NAME
Net::Cmd - Network Command class (as used by FTP, SMTP etc)
SYNOPSIS
use Net::Cmd; @ISA = qw(Net::Cmd);
DESCRIPTION
Net::Cmd
is a collection of methods that can be inherited by a sub class of IO::Handle
. These methods implement the functionality required for a command based protocol, for example FTP and SMTP.