Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    $Data::Dumper::Deparse = 1;
    ...
    print "foo is a coderef $foo returning ".$foo->()."\n";
    $d->Seen ({$foo => $foo->()});
    print $d->Dump();
    
  2. or download this
    foo is a coderef CODE(0x801734) returning ARRAY(0x801944)
    $VAR1 = {
    ...
                                   return [];
                               }
            };