Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Non-standard Perl Module Locations



>  Thoughts?

You have probably already considered this but...
Would building a perl interpreter  specifically for the project /
environment you are trying to control be out of the question ? That
way you could configure the build paths
at compile time for the perl binary (just by specifying a prefix), replace this

    perl Makefile.PL PREFIX=/a/b/c/release

with this

    /a/b/c/release/bin/perl Makefile.PL

And not need to require qam.pl in any scripts.

But you would have to change the interpreter used on all your scripts.


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links