Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Save hash value?

by ig (Vicar)
on Jun 06, 2011 at 02:42 UTC ( [id://908231]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper(\@array);
    
  2. or download this
    $VAR1 = [
              2,
    ...
              8,
              10
            ];
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Dumper(\%merged);
    
  4. or download this
    $VAR1 = {
              'name2' => {
    ...
                           'kills' => 5
                         }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-19 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found