|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^4: how to install Mecha :: FF with Mozreplby Perlbeginner1 (Scribe) |
| on Jun 26, 2014 at 22:50 UTC ( [id://1091420]=note: print w/replies, xml ) | Need Help?? |
|
hi there
thx for the hints. The simple.t failed because of an insecure $ENV{PATH} when running under -T. -T stands for "enable tainting checks". hmmm - Perl goes into paranoid mode and obsessively/compulsively does run-time checking of all the paths of execution that the script could take; hence it's looking at all the paths and not getting any. we'll need to set $ENV{PATH} something like this $ENV{'PATH'} = '/bin:/usr/bin'; Or in the terminal: export PATH=/bin:/usr/bin
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||