Help for this page
package Your::Net::FTP; use parent 'Net::FTP'; ... sub your_new_method { ... } 1;