Help for this page

Select Code to Download


  1. or download this
      <DB> p "@_"
      ARRAY(0x38234) Big::Nested::Mess=HASH(0x382437)
      <DB> x keys %{ $_[1] }
      ...just the keys, so you can see what to look for...
    
  2. or download this
    sub p {
      my $x = shift;
    ...
        return $x;
      }
    }