We have been tossing around the idea of upgrading part of our site from a PHP script to one written in PERL. Part of what's holding us back is my almost total lack of PERL experience.
I do have one question that is probably the biggest I have, but is probably so insignificant to you that you'll laugh. PHP has require() and/or include() that allow me to change the contents of one file and it changes what's displayed in the page(or pages). For example, I insert
require(anouncments.txt);
into the main page, and to change any news for that page, I only need edit the announcments.txt file instead of the page being displayed.
It also allows me to add code(such as an RSS feed).
I'm sure there has to be the same setup for PERL, I just don't seem to be able to find it. Anybody point me in the right direction? I don't even have an idea of where to looks in the books it would seem, what question to ask.
Thanks.
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.