
perlchaser
Novice
Aug 31, 2012, 12:26 PM
Post #1 of 5
(1101 views)
|
|
output arrays to a file?
|
Can't Post
|
|
I have two arrays, @one, @two. my @one = ('lisa','sarah','erica','jackie','maggie','mary') my @two = ('teacher','student','doctor','lawyer','professor','reporter') how can I output these two arrays into one file which looks like this: ------------------- lisa teacher sarah student erica doctor jackie lawyer maggie professor mary reporter --------------------- Thank you, Jackie
|