Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Use 'use' in foreach

by afoken (Chancellor)
on Jul 21, 2017 at 06:43 UTC ( [id://1195672]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /tmp>cat taint-require.pl
    #!/usr/bin/perl -T
    ...
    Insecure dependency in require while running with -T switch at ./taint
    +-require.pl line 11, <STDIN> line 1.
    
    /tmp>
    
  2. or download this
          $dep =~ s{::}{/}g;
          $dep .= ".pm";
          require $dep;
    
  3. or download this
    /tmp>cat perl4-mod.pl
    #!/usr/bin/perl
    ...
    
    
    /tmp>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found