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