Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: process array with while loop

by fenLisesi (Priest)
on Nov 09, 2006 at 17:49 UTC ( [id://583171]=note: print w/replies, xml ) Need Help??


in reply to process array with while loop

use strict; use warnings; my @colors = qw(blue red orange brown); for my $color (@colors) { print "$color\n"; }
Cheers.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found