Mixing subclasses



Hello,

Quick question: I am using module Net::FTP::Recursive successfully,
however am having problems when the ftp server terminates a connection.
Note that a different module, Net::FTP::AutoReconnect, has a reconnect
feature to re-establish dropped ftp connections. These two modules were
written by different authors.

Because both modules are subclassses of Net::FTP, is it possible to use
them both? i.e. use Net::FTP::Recursive along with
Net::FTP::AutoReconnect , so the Recursive module has the AutoReconnect
capability? If so, what is the Perl syntax to make this happen in a
script?

Thanks, Brian

.



Relevant Pages

  • Re: Mixing subclasses
    ... however am having problems when the ftp server terminates a connection. ... feature to re-establish dropped ftp connections. ... would have to create a class that inherits from both classes, ...
    (comp.lang.perl.modules)
  • Re: Mixing subclasses
    ... schreef in bericht ... however am having problems when the ftp server terminates a connection. ... feature to re-establish dropped ftp connections. ...
    (comp.lang.perl.modules)