Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Optimizing variable passing (code, peer review)

by deprecated (Priest)
on May 11, 2001 at 06:09 UTC ( [id://79629]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub simple_properties {
      my %properties = %{ shift() };
    ...
    }
    EOR
    }
    
  2. or download this
    sub directional_light {
      my ($amb_intensity, $color_r, $direction_r, $intensity, $on) = (@_);
    ...
    }
    EOR
    }
    
  3. or download this
    my (@array, @other_array) = (@{$_[0]}, @{$_[1]});
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 00:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found