This one has always bothered me. Is there an easy way to print out on the screen two equal length 1D piddles side by side? I want it to look like something this to visually compare pair by pair:

[0 2.1]
[1 2.3]
[2 2.6]
[3 2.2]
[4 3.0]
[5 2.7]

instead of:

[0 1 2 3 4 5] [2.1 2.3 2.6 2.2 3.0 2.7]

Best regards,
Kare
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to