B
Bill H
Earlier I was trying to combing 2 arrays and totally drew a blank on
how to do it. I though it would be join but didn't seem to work. Can
someone tell me what to look up in perldoc for it?
I thought I could used something like @c = join(@a,@b); but just ended
up with one long string.
Bill H
how to do it. I though it would be join but didn't seem to work. Can
someone tell me what to look up in perldoc for it?
I thought I could used something like @c = join(@a,@b); but just ended
up with one long string.
Bill H