Help for this page

Select Code to Download


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