Help for this page

Select Code to Download


  1. or download this
    $hosts_per_hostclass = `/opt/systems/bin/expand-hostclass --hosts -r $
    +class` ;
    push (@TotalHosts,$hosts_per_hostclass);
    
  2. or download this
    chomp( @hosts_per_hostclass = `/opt/systems/bin/expand-hostclass --hos
    +ts -r $class` );
    push @TotalHosts, @hosts_per_hostclass;