Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: how to construct tree from parent pointer list

by Anonymous Monk
on Mar 22, 2006 at 00:00 UTC ( [id://538352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    d:b
    e:c
    f:c
    
  2. or download this
    $VAR1 = {
              'a' => {
    ...
                              }
                     }
            };
    
  3. or download this
    use strict;
    use Data::Dumper;
    ...
    
    print "Loaded hash\n";
    print Dumper \%loaded;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found