I'm just beginning to come into a place where I am interested in making code not just for my own projects, but for eventual release into the wider world. As I've learned a lot in the last few months about coding (lots from this here place), many of the useful things I've learned involve using modules, which I think are the "bees knees", honestly.
I'm a web programmer. One of the things that interests me the most these days is making scripts that people who are using virtual hosts can just ftp to their cgi-bin directory, perhaps run a web-based configuration tool if necessary, and then go to work. Even if folks have shell access, and can use the console to install software, they still are at the mercy of their hosts in terms of the modules that might, or might not be installed.
So what is a good way to get around this? Are there ways to include modules in makefiles? (I haven't yet gotten to trying to put makefiles together, so a RTFM response to this question is certainly appropriate, if the M exists somewhere.)
Thank you kindly.
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.