Help for this page

Select Code to Download


  1. or download this
    sub get_node {
    
    ...
    
      return (\@nodelist,\@errorlist);
    }
    
  2. or download this
    my ($nodelist,$errorlist) = get_node($path.'serverlist.txt');
    
  3. or download this
    print_log("There were ".scalar @$errorlist." errors in serverlist");