Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: help with references

by 2teez (Vicar)
on May 04, 2013 at 23:31 UTC ( [id://1032093]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    use Storable qw(thaw freeze);
    ...
            $h{"$i"} = thaw $frozen;
    }
    ...
    
  2. or download this
    ...
    use Storable qw(dclone);
    ...
            $h{"$i"} = dclone \@a;
    }
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-19 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found