Hi Perl Guru's
I have a requirement where i need to find out two patterns and second pattern is dependent on first pattern (i.e., if file1 have pattern1 the serach pattern2 in file1). Let me explain in detail.
Forexample: I have last three days job logs (Infact logs folder have more then 1000 differnt log files), I have pattern1 "ABC_DEF" and pattern two looks like "GHI JKL".
--> Serach Pattern1 in all three days logs
--> Pattern1 will point out all required logs
--> Then serach pattern2 in all logs which we have indentified based on Pattern1.
--> Print all Matched patterns1 and Print all Matched patterns2
Could you guys please help me out to solve this issue..?
Thanks in advance.