Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Debugging a module that's failing under taint mode

by Bod (Parson)
on Jul 01, 2021 at 20:48 UTC ( [id://11134553]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /home/myusername/website/prod/www        <- webroot
    /home/myusername/website/prod/lib        <- scripts
    /home/myusername/website/prod/template   <- you can guess :)
    /home/myusername/website/test/data
    
  2. or download this
    Insecure dependency in require while running with -T switch at index.p
    +l line 8.
    BEGIN failed--compilation aborted at index.pl line 8.
    
  3. or download this
    #!/usr/bin/perl -T
    
    ...
    my $html = Site::HTML->new;
    
    $html->head;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-16 21:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found