Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: perl6 matrix arrayof arrays

by mr_ron (Chaplain)
on Mar 22, 2018 at 19:13 UTC ( [id://1211565]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for @arr {
          say ( .map: {.fmt: "%7.1f\t"} ).join
    }
    
  2. or download this
    for @arr {
        say ($_>>.fmt: "%7.1f\t" ).join
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 17:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found