Help for this page
#!/usr/bin/perl use strict; ... foreach my $ip (@ips) { chomp(my @array = `snmpwalk -v2c -c $community $ip $oid`); }