Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: tcl like 1 loop with two operators

by Mask (Pilgrim)
on Jan 25, 2011 at 15:14 UTC ( [id://884137]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @i=(1,2);
    my @j=(3,4);
    ...
        say $i;
        say $j;
    }
    
  2. or download this
    my @i=(1,2);
    my @j=(3,4,5);
    ...
        print $i."\n";
        print $j."\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found