Hi, sorry if this does not make much sence. I am new to perl and programming in general but was thrown into this expected to hit the ground running.
I need to write a script that will read information from one file then compare it information in another file and output the outcome into still a different file.
So to explain a little more, I have a list of "VIP" users and a list of users being affected by a problem. I need to search the list of users having a problem for anyone on the VIP list, and then have those name put into a different file.
Possible?
I need to write a script that will read information from one file then compare it information in another file and output the outcome into still a different file.
So to explain a little more, I have a list of "VIP" users and a list of users being affected by a problem. I need to search the list of users having a problem for anyone on the VIP list, and then have those name put into a different file.
Possible?