Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Proposed change regarding "Taint" support [overhead]

by syphilis (Archbishop)
on Aug 14, 2021 at 02:39 UTC ( [id://11135836]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11135836]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-24 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found