Help for this page

Select Code to Download


  1. or download this
    sub get_dispatch_table { \%_cmds; }
    
  2. or download this
    package Net::SMTP::Server::Client3;
    use base qw[ Net::SMTP::Server::Client2 ];
    ...
    $dispatch->{ HELP } = \&_help;
    
    1;