Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Can't locate Modules/test.pm in @INC

by Joost (Canon)
on Feb 23, 2007 at 00:40 UTC ( [id://601665]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't locate Modules/test.pm in @INC
in thread Can't locate Modules/test.pm in @INC

Likely taint mode was switched on because you're running with setuid or setgid. You probably do not want the current directory to be in @INC if that's the case.

Forget that. Anyway, normal scripts never have cwd set to the location of the script. Apache does it for CGI scripts but you should probably not rely on that. See FindBin.

Replies are listed 'Best First'.
Re^4: Can't locate Modules/test.pm in @INC
by techcode (Hermit) on Feb 23, 2007 at 10:34 UTC
    Wow - I guess you learn something new each day.

    Beside being able to swear that I read somewhere that cwd is automaticly set to location where script is running. I never had an problem with that in the past ~ 5 years of working with Perl.

    Here is the source Changing the Working Directory which I found out yesterday - but I got it from other places in the past ...

    EDIT:

    During development and testing I used -T option. First thought was that it's the thing causing the problem on the server - obviosly it isn't.


    Have you tried freelancing? Check out Scriptlance - I work there. For more info about Scriptlance and freelancing in general check out my home node.
      Huh. that page is wrong. :-) At least it doesn't work like that if you run a script from the command line / shell script. Running from a shell does not change the cwd, because that would defeat the point of having a cwd in the first place.

      Some other environments do set the cwd; usually to the scrip's install dir, but that's normally because there isn't a logical cwd to begin with (i.e. in a CGI environment, or on windows, if you start a script by clicking on its icon)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-19 06:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found