Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: how to install Mecha :: FF with Mozrepl

by Perlbeginner1 (Scribe)
on Jun 26, 2014 at 22:50 UTC ( [id://1091420]=note: print w/replies, xml ) Need Help??


in reply to Re^3: how to install Mecha :: FF with Mozrepl
in thread how to install Mecha :: FF with Mozrepl

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
  • Comment on Re^4: how to install Mecha :: FF with Mozrepl

Replies are listed 'Best First'.
Re^5: how to install Mecha :: FF with Mozrepl
by Corion (Patriarch) on Jun 27, 2014 at 05:10 UTC

    Why do you paste the text of this answer you got by Khen1950fx more than three years ago? What is that supposed to help?

    Why did you not act on the advice given in that reply?

    Maybe you should hire somebody to do your work to do?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2026-01-17 01:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (120 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.