Help for this page

Select Code to Download


  1. or download this
    $ PERL_CORE=1 tusc ./perl ext/Storable/t/weak.t | grep Util
    
  2. or download this
    stat64("./Scalar/Util.pmc", 0x7fffdf30) ............. ... ERR#2 ENOENT
    stat64("./Scalar/Util.pm", 0x7fffdeb0) .............. ... ERR#2 ENOENT
    ...
    stat64("../lib/auto/List/Util/Util.bs", 0x40011090) . ... = 0
    open("../lib/auto/List/Util/Util.so", O_RDONLY, 0) .. ... = 4
    open("../lib/auto/List/Util/Util.so", O_RDONLY, 0) .. ... = 4
    
  3. or download this
    $ PERL_CORE=1 ./perl ext/Storable/t/weak.t
    
  4. or download this
    $ tusc ./perl -I./lib -MScalar::Util=weaken -e1 | grep Util
    
  5. or download this
    $ nm ./lib/auto/List/Util/Util.so | grep weak                         
    +                           
    [77]     |            0|       0|FUNC |GLOB |0|   UNDEF|Perl_sv_rvweak
    +en
    [102]    |     67145504|     384|FUNC |GLOB |0|   .text|XS_Scalar__Uti
    +l_isweak
    [66]     |     67145184|     288|FUNC |GLOB |0|   .text|XS_Scalar__Uti
    +l_weaken
    
  6. or download this
    $ find /opt/perl* -path "*bin/perl"
    
    $ find /opt/perl* -path "*bin/perl" -exec {} -v \; | grep 'is perl'