Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Printing from three arrays

by daxim (Curate)
on Sep 26, 2019 at 10:37 UTC ( [id://11106739]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use Set::Scalar qw();
    ...
    while (my @m = $iter->()) {
        say "@m";
    }
    
  2. or download this
    use v6;
    .say for cross (1, 2, 3), <a b c>, <I II III>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-18 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found