Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Thoughts on the magicality of @_ and $_

by Aristotle (Chancellor)
on Jun 28, 2002 at 19:49 UTC ( [id://178119]=note: print w/replies, xml ) Need Help??


in reply to Thoughts on the magicality of @_ and $_

$ perl -e'my @foo=(1,2,3,4); for $bar (@foo) { $bar++ } print "@foo\n" +' 2 3 4 5
Guess that answers the first part of your question. :)

Makeshifts last the longest.

Log In?
Username:
Password:

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

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

    No recent polls found