in reply to User input compared with generated list
while (<SUBNET> ) { chomp; if ($ip_subnet eq $_) { print "PASS\n"; } else { print "FAIL\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: User input compared with generated list
by zuinc (Novice) on Apr 03, 2002 at 18:44 UTC |