http://qs1969.pair.com?node_id=256809


in reply to avoiding the hash

Yuk:
for (0 .. scalar(@array1)) { $temparray[$_] = $array[$_] . '|' . $array2[$_]; }
then you can split @temparray on the bar (|)

Smitz
this reply makes me feel dirty