My apologies to the list for being so vague in the first message. My
on-call week has sapped what little brain power i had left. Here's what
I was able to come up with yesterday:
sub read_cust_config {
my ($direction)=$_[0];
foreach $cust (@customers) {
chomp $cust
Chris Zimmerman wrote:
> 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
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 UserPass
I need