hi, all.
i'm trying to make extensive use of "use lib" for this little app i'm doing - i.e. i want to keep all non-core modules in one little nice directory, so that i only have to worry about that directory to be in sync on all machines my app is supposed to run on. all the machines run the same linux distro, so i should theoretically be able to even include XS in that directory....but how do i accomplish this?
i asked on the perlTk list once, and the answer was rather complicated, since some XS gets put in to this directory, and some perl ends up there, and yet something else somewhere else.
so, any hints on how i can keep all those modules in one directory?
thanks,
-schweini
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.