Help for this page

Select Code to Download


  1. or download this
    $ perl -MB -E'$_=123; $_=undef; say B::class B::svref_2object \$_'
    IV
    
  2. or download this
    use B;
    use feature qw( say );
    ...
       Foo
    .
    say B::class B::svref_2object *X{FORMAT};