Help for this page

Select Code to Download


  1. or download this
    warn("ST(0) is of type %s\n", HvNAME(SvSTASH(SvRV(ST(0)))));
    
  2. or download this
    use Inline C => Config =>
        BUILD_NOISY => 1;
    ...
    my $obj = Math::BigInt->new(17);
    foo($obj);