$hosts_per_hostclass = `/opt/systems/bin/expand-hostclass --hosts -r $class` ; push (@TotalHosts,$hosts_per_hostclass); #### chomp( @hosts_per_hostclass = `/opt/systems/bin/expand-hostclass --hosts -r $class` ); push @TotalHosts, @hosts_per_hostclass;