Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Production / Development on the same server.

by yosefm (Friar)
on Sep 04, 2003 at 20:49 UTC ( [id://289019]=note: print w/replies, xml ) Need Help??


in reply to Re: Production / Development on the same server.
in thread Production / Development on the same server.

No, perlrun says it's not used with taint checking. Thanks though, I think I'll use Acme::No if it works (I just downloaded it for testing).

Replies are listed 'Best First'.
Re: Re: Re: Production / Development on the same server.
by bart (Canon) on Sep 04, 2003 at 22:39 UTC
    use lib '/your/directory/lib'; and put the version of the module you want under that directory.

    You'd have to edit this one line to use the proper module version (bummer), but maybe that's acceptable.

      this is the same as 'manually unshift the place of the required version into @INC' and I'm trying to avoid that. But I guess I can't.

Log In?
Username:
Password:

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

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

    No recent polls found