Hello,

My question is most likely not unique.  I just have not been able to find
the solution on my own. 

I would like to read lines of text from a file into an array, and perform
some action on each line.
******************************
Something like:
FileA contains a list of absolute paths (/opt/web/someDir/some-other-Dir)
Perl script B would read in the lines from FileA and place them into an
array.

Then perl script B would use each element in the array to 
A. move to that directory
B. read in the contents of the dir
C. perform an action on each line read in
D. Loop to the next array element and continue 
*********************************
If this makes no sense I understand, but if someone out there has any ideas
on how I can make this happen, please email me.

Thanks in advance.
***********************************
Mike Van Hoff  - B.S., MCSE,CCNA,CCDA
LAN Consultant
Beverly Enterprises, Inc.
479.201.3850


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to