how can i loop a system call so it executes as many times as i want.and if i have somthing like:
@system_call=("host",'192.168.$i.1');
system(@system_call)==0;
or die"cant resolve @system_call\n";
how can i get "host" to do a lookup for $i 1..255 one at a time.