Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Apache::Session help storing a complex data structure

by CountZero (Bishop)
on Jan 05, 2009 at 06:23 UTC ( [id://734118]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    $tree->add_child( $child );
    
    print(Dumper(Load(Dump($tree))));
    
  2. or download this
    $VAR1 = bless( {
                     '_parent' => \undef,
                     '_value' => 'root',
    ...
                     '_height' => '2',
                     '_last_error' => undef
                   }, 'Tree' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found