Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      eval {
        require Stash;
    ...
        $Dumper::Indent = 1;
        Dumper.dump( Stash.stash() ) };
    }