Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: foreach loops

by pbeckingham (Parson)
on Oct 08, 2006 at 13:19 UTC ( [id://576991]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @names = ('rita', 'sue','bob', 'daisy');
      for (my $i = 0; $i < @names; ++$i)
    ...
              ($names[$i+1] || ''),
              "\n";
      }
    
  2. or download this
    rita     sue
    sue     bob
    bob     daisy
    daisy
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found