Help for this page

Select Code to Download


  1. or download this
    package Your::Net::FTP;
    use parent 'Net::FTP';
    ...
    sub your_new_method { ... }
    
    1;