I'm looking forward to seeing answers to this one myself, as I've experimented with several styles/structures and I'm not 100% content with any of them. In the spirit of sharing, here's the structure I've evolved:
#root (primary executable scripts)
apache_root/projectname
# project maintenance scripts
apache_root/projectname/scripts<sup>1</sup>
# modules
apache_root/projectname/lib
# Archives (place where maintenance scripts
# pput backup .tgz's)
apache_root/projectname/dist
Looking at projects via CVS is a good way to see how other's do it, though I do not see any standard pattern accross various projects emerging.
coreolyn
1 I reccommend NEVER to use a 'bin' directory in your projects lest a hasty script or typo waste your systems /bin (Not that I've learned that the hard way ;)
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.