Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: evaling dumped cyclic structures

by Aristotle (Chancellor)
on Nov 27, 2002 at 16:36 UTC ( [id://216110]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    undef $old;
    
    $old = {
    ...
                        },
             'name' => 'bob'
           };
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use Data::Dumper;
    ...
             'name' => 'bob'
           };
    $old->{'child'}{'parent'} = $old;
    

Log In?
Username:
Password:

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

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

    No recent polls found