Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
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??


in reply to Re^2: perl6 matrix arrayof arrays
in thread perl6 matrix arrayof arrays

Since you describe the "docs" as "not easy", I am concerned that you are only looking at docs.perl6.org and not also looking at the tutorial level information at perl6.org/resources. Have you looked at tutorials or introductory books?

A review of the tutorials led me to refine:

for @arr { say ( .map: {.fmt: "%7.1f\t"} ).join }
to be
for @arr { say ($_>>.fmt: "%7.1f\t" ).join }
Ron

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 rifling through the Monastery: (6)
As of 2024-03-28 14:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found