Help for this page

Select Code to Download


  1. or download this
    #define SILENT_NO_TAINT_SUPPORT 1
    
  2. or download this
    #if defined(SILENT_NO_TAINT_SUPPORT) && !defined(NO_TAINT_SUPPORT)
    #  define NO_TAINT_SUPPORT 1
    #endif
    
  3. or download this
    perl -Te "use Devel::Peek; my $x = $ENV{PATH}; Dump $x;"
    SV = PVMG(0x5d1fc8) at 0x56e6f8
    ...
      CUR = 852
      LEN = 854
      COW_REFCNT = 1
    
  4. or download this
    Test Summary Report
    -------------------
    ...
    Files=2692, Tests=1140111, 1715 wallclock secs (69.89 usr +  6.40 sys 
    += 76.28 CPU)
    Result: FAIL
    make: *** [GNUmakefile:1965: test] Error 1244