Help for this page

Select Code to Download


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