Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Perl nested loop to print out two arrays n number of times in different patterns

by johngg (Canon)
on Sep 23, 2014 at 09:48 UTC ( [id://1101617]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -E '
    my @nums  = qw{ 1 2 3 };
    ...
    3b
    3c
    $
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
    my @nums = qw{ 1 2 3 };
    ...
    3b
    3c
    $
    

Log In?
Username:
Password:

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

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

    No recent polls found