Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

(jeffa) Re: re-using a hash reference (was: Mar)

by jeffa (Bishop)
on Jun 08, 2002 at 15:25 UTC ( [id://172790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $hash2->{'bob'} = $hash1->{'a'}->{'b'}->{'c'};
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
    $hash2->{'bob'} = $hash1->{'a'}->{'b'}->{'c'};
    
    print Dumper $hash1, $hash2;
    

Log In?
Username:
Password:

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

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

    No recent polls found