Help for this page

Select Code to Download


  1. or download this
    use PadWalker qw(peek_my);
    do "xyz";  #this file has many hashrefs defined
    ...
      print $item,"\n";
      print $item if (ref $item eq ref {});
    }
    
  2. or download this
    $a1 = {
       'p' => 1,
    ...
       'p' => 1,
       'q' => 2,
    };