One thing which may not be obvious to people is that you can't use Perl in all situations. Excuse me for pointing out that which is obvious to every monk here (I assume).

What do I mean? Well, for example, if your site is hosted with Geocities, you won't be able to run an executable on their server. (This may have changed, but I don't think so)

Of course, if you're running your own server, or if you have permission from the host to run a script, go wild. Otherwise, there's still hope: You can run the script on someone ELSE's server. There are places out there which offer guestbooks in this fashion for free. A google search will turn them up, I think. Again, sorry if this is known to you already, but I remember that when I was starting Perl, on my first day, I couldn't figure out why nothing happened when I clicked on my hello.pl file. (Nobody told me I had to INSTALL Perl... **blush**)


In reply to Re: Guest Book by Superlman
in thread Guest Book by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.