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

Re: Icky Gross and Disgusting @INC Kludges. (code, discussion)

by DrZaius (Monk)
on May 14, 2001 at 20:24 UTC ( [id://80244]=note: print w/replies, xml ) Need Help??


in reply to Icky Gross and Disgusting @INC Kludges. (code, discussion)

Why not use the old perl and use a prefix with your installation process like this:
perl Makefile.PL PREFIX=<pathtolib>/lib
And if you need perl 5.6, why not use your perl 5.6 in the header of your scripts so they run under the new perl?

Hope this helps.

Replies are listed 'Best First'.
Re (2): Icky Gross and Disgusting @INC Kludges. (code, discussion)
by deprecated (Priest) on May 14, 2001 at 21:11 UTC
    The reason I cannot just use
    #!/path/to/my/perl5.6
    is that the Netscape server in question must:
    • a) be able to read my home dir (not a chance)
    • b) be aware that it is allowed to execute my perl (not a chance).

    having the Makefile install modules in the web directory would not be helpful, as they are already there.

    dep.

    --
    Laziness, Impatience, Hubris, and Generosity.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-18 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found