OOPS!!!!
Brainfart......

>>> [EMAIL PROTECTED] 03/25/02 17:30 PM >>>
sir, you forgot }at the last part of your script :-)


> Create a perl script called pingsweep.pl
> 
> for( $i=1; $i<255; $i++ ) {
>     print "125.125.125.$i: ";
>     print `ping -c 1 125.125.125.$i`;
>     print "\n";
> 
> Then at the command prompt, have it write to a file like this
> perl pingsweep.pl > pingsweep.txt
> 
> Looks like it will do what you want it to.  But then again, they said
> that about Windows.
> 
> Leonard



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to