D
Digger
Is it possible to add another loop inside the while loop to spit out a
number "1" to a file only if a link has the FAILURE????
number "1" to a file only if a link has the FAILURE????
Digger said:Is it possible to add another loop inside the while loop to spit out a
number "1" to a file only if a link has the FAILURE????
You mean like
print LOGFILE "1" if /FAIL/;
?
That's so obvious. It's basic Perl programming.
You have learned the basics, have you not?
-Joe
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.