Help for this page

Select Code to Download


  1. or download this
    Package Report;
    
    ...
     
     return $self;
    }
    
  2. or download this
    
    my $r = new Report('file1');
    ...
    $r = new Report('file2');
    # Dumper1 shows the first tree updated with the data of the second 
    # and dumper2 shows nothing (undef)