B
blnukem
Hi All
I'm REALLY lost on getting this to work maybe someone can help me I have
three arrays that look like this:
my @Array1 = qw(john bill peter james);
my @Array2 = qw(car house motorcycle house);
my @Array3 = qw(red blue green teal);
and I want to output this format:
john car red
bill house blue
peter motorcycle green
james house teal
Thank to all in advance
Blnukem
I'm REALLY lost on getting this to work maybe someone can help me I have
three arrays that look like this:
my @Array1 = qw(john bill peter james);
my @Array2 = qw(car house motorcycle house);
my @Array3 = qw(red blue green teal);
and I want to output this format:
john car red
bill house blue
peter motorcycle green
james house teal
Thank to all in advance
Blnukem