- or download this
my ($node_ref,$error_ref)=get_node();
my @nodes=@$node_ref;
my @errorlist=@$error_ref;
- or download this
return(\@serverlist, \@errorlist);
- or download this
sub main {
my $path = 'E:/scripts/OutageNodes/';
...
close SRV;
close_log();
}
- or download this
sub get_node {
...
}
return(\@serverlist, \@errorlist);
}