Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl Optimization

by DrSax (Sexton)
on Jun 01, 2001 at 17:34 UTC ( [id://84917]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $href = {
      'x' => {
    ...
      },
      'charm' => { .... },
    };
    
  2. or download this
    foreach  my $obj  (%{$href})
    # This dereference ^ causes a deep copy to be made
    
  3. or download this
    01: my $list = [1, 2, 3];
    02: doStuff($list);
    ...
    09:     print "$listElement \n";
    10:   }
    11: }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-18 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found