Help for this page
#!/perl/bin/perl use warnings; use strict; ... for (sort keys %host_result) { print "$_ is ", ($host_result{$_} ? "good" : "bad"), "\n"; }
C:\Scripts\Parallel>ping_parallel.pl -3676 is processing 10.0.1.025 -3072 is processing 10.0.1.026