Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Printing multiple arrays as multiple column

by tlm (Prior)
on Apr 12, 2005 at 04:16 UTC ( [id://446835]=note: print w/replies, xml ) Need Help??


in reply to Printing multiple arrays as multiple column

Sheer wizardry! Thanks for sharing it.

I should point out that zup is destructive, as you can see if you try:

print zup \(@array1, @array2, @array3); print "\n"; print zup \(@array1, @array2, @array3); print "\n"; __END__ ab cc 12 bc dd 34 cd ee 56 de gg 78
Also, I don't think the line
no warnings qw/syntax/;
is necessary.

the lowliest monk

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://446835]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 03:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found