Welcome to the Monastery Juan! May you spend many an hour here and increase you knowledge of Perl in manifold ways, finally giving back more to our community than you have ever received.
Now to your question.
I gather that you wish to create some dynamic web-pages. SSI is indeed one way to do so, but it is not the most flexible. As already said it will simply include the output of a script or file (which could be a Perl script or anything else which can be run in your webserver and provides output).
A much more useful, flexible and interesting way of making dynamic websites is by using a templating system such as The Template Toolkit (but there are many others) or by handcrafting your HTML through Perl and the CGI-module. Have a look at these and see how infinite the possibilities are for using Perl in the World Wide Web!
And of course the not-to-be-missed CGI-course of Ovid is a good start.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
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.