Obviously I am a beginner, so bear with me:

I have an array, @customers, that has a list of names. For each customer I need to read in a config file, $cust.morestuff.cfg which is formatted:

Filename-mask Upload Name Hostname X-Type User Pass


I need to generate something like this:


$customer->$mask->@restofdata
                 ->$mask->@restofdata

Each customer will have multiple filemasks (basically the beginning couple of letters of the filename so I do not have to match exact files-some contain date names) with their appropriate processing information. I need to know the best way to get this together. Clear as mud?

Thanks,
Chris Zimmerman



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to