Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: can we pass two variable to foreach loop

by ferreira (Chaplain)
on Mar 28, 2007 at 10:18 UTC ( [id://606964]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my ($x,$y) (@name,@lastname)
    {
      do something
    }
    
  2. or download this
    use List::MoreUtils qw(each_array);
    ...
    ...
    { 
       do something
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found