Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $container->traverse(sub { print $_->{val},"\n" });
      print "Exiting scope.\n";
    }
    
  2. or download this
    Created new MyBinTree=HASH(0x1acef24)
    bar
    ...
    Exiting scope.
    Destroying new MyBinTree=HASH(0x1acef24)
    Destroyed