Help for this page

Select Code to Download


  1. or download this
     $hostresults[0] = \@{&get_list()};
    
  2. or download this
    my @hostresults = (\@result1,\@result2);
    #or
    my @hostresults = (@result1,@result2);