Help for this page

Select Code to Download


  1. or download this
    sub get_file {
      my $self = shift;
    ...
      $file = '';
      return $content;
    }
    
  2. or download this
    package RemoteFile;
    
    ...
    use Params::Validate;
    with 'MyOpenSSH', 'MyLogger2', 'DownloadDir';
    use namespace::autoclean;