- or download this
use DBI;
use Net::SFTP::Foreign;
...
print "\nCLOSING SFTP connection\n\n";
$sftp->disconnect;
- or download this
my $self = shift;
my $stations = shift;
my @latestfiles = [];
...
$sftp->disconnect;
return $template->output();
#return @latestfiles;
- or download this
sub _retrieve_station_list {
my $self = shift;
...
}