It's very hard to find web hosts that offer full CGI scripting support. The company that hosts perlmonks (see banner at top of page) offers a good package for about $30/month (that's US$). Most sites only allow HTML, however, since PHP is embedded inside HTML, you'll find more hosts supporting that (using the apache web server with mod_php). Beware of sites advertising "cgi support" which really only give you a few canned scripts (like counters or email forms) - you can link to them, but can't customize them or write your own. Even sites that DO let you write your own perl cgi scripts usually only provide support via the apache mod_cgi module, not mod_perl. That kind of support requires a dedicated server ($200/month). If you're just playing around with stuff and learning how things work, you might get the most for your money from a "virtual server hosting" company (google 'linode', for example). This gives you maximum flexibility, but may not be reliable enough for a production site.

In reply to Re: My package doesn't support CGI by scorpio17
in thread My package doesn't support CGI by Slug

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.