Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re:x3 Using $_ as a temp var, especially in functions

by grinder (Bishop)
on Oct 23, 2002 at 13:19 UTC ( [id://207379]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @result;
    for my $thing(qw(a b c d)) {
      # complex code block that munges $thing followed by
      push @result, $thing;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found