Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Insecure Dependency in Taint Mode

by kcott (Archbishop)
on Nov 05, 2022 at 14:13 UTC ( [id://11147989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'BEGIN { $x = 1 } use strict;'
    
    ...
    $ perl -e 'use strict; no strict "vars"; local $x;'
    
    $
    
  2. or download this
    $ corelist IO::File
    
    Data for 2022-05-27
    IO::File was first released with perl 5.00307
    
  3. or download this
    $ perl -E 'print("Hello, world!\n"); say $INC{"IO/File.pm"};'
    Hello, world!
    ...
    $ perl -E 'STDOUT->print("Hello, world!\n"); say $INC{"IO/File.pm"};'
    Hello, world!
    /home/ken/perl5/perlbrew/perls/perl-5.36.0/lib/5.36.0/cygwin-thread-mu
    +lti/IO/File.pm
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found