#! /usr/bin/perl -wT use strict; $ENV{PATH} = ''; use File::Basename qw(dirname); use Cwd qw(abs_path); use lib qw(.); use lib dirname(dirname abs_path $0); use SiteFunctions qw(ValidLogin); #### pkn@ilak:/home/sites/feedback/cgi-bin$ ./test.pl Insecure dependency in require while running with -T switch at ./test.pl line 13. BEGIN failed--compilation aborted at ./test.pl line 13.