Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Anti-snippet (or, "local" considered dangerous to fools")

by Mur (Pilgrim)
on Aug 05, 2003 at 20:00 UTC ( [id://281143]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    local($object1->{field}) = $val;
    local($object2->{field}) = $val;
    local($object3->{field}) = $val;
    
  2. or download this
    for ($object1,$object2,$object3) {
      local($_->{field}) = $val;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-18 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found