package Your::Net::FTP; use parent 'Net::FTP'; use strict; use warnings; sub your_new_method { ... } 1; [download]
In reply to Re: Extend a module by moritz in thread Extend a module by Anonymous Monk