Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: foreach only for a section of a list

by Utilitarian (Vicar)
on May 04, 2012 at 15:01 UTC ( [id://968935]=note: print w/replies, xml ) Need Help??


in reply to foreach only for a section of a list

perl -e '@set=qw(a b c d);for (@set[0..$#set - 1]){print "$_\n";}' a b c
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

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

    No recent polls found