I need a perl script to check for the occurrence of a string (say "Success") and output "Found" if Success occurs in the file or else output "Not found" if "Success" is not found.
↧
I need a perl script to check for the occurrence of a string (say "Success") and output "Found" if Success occurs in the file or else output "Not found" if "Success" is not found.