in reply to Re: Variable use lib with taint (FindBin problem)
in thread Variable use lib with taint (FindBin problem)
Data::Dumper may be replaced with another module (I also tried CGI) with the same result. The error message is:#!/usr/local/bin/perl -T use warnings; use strict; use FindBin qw/$Bin/; use lib "$Bin/../lib"; use Data::Dumper;
Insecure dependency in require while running with -T switch at ./test. +cgi line 11. BEGIN failed--compilation aborted
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Variable use lib with taint (FindBin problem)
by davorg (Chancellor) on Aug 17, 2004 at 15:06 UTC | |
by Anonymous Monk on Aug 18, 2004 at 12:47 UTC |