If you want to do modernish Perl web development in CGI space, then I'd go with CGI::Application. "Modern" frameworks typically require you to use some sort of proxying to a backend service/port.

Shared hosting plans will make it difficult for you to have the control of ports and proxying that you seek.

You can also look at maintaining your own server in the cloud, e.g., Linode.

Finally, if you want to take a look at hosts that will definitely have Perl on their system one way or another, you can look at https://partnernoc.cpanel.net/. Keep in mind the majority of these places provide shared hosting, but there shouldn't be too many restrictions in place to you setting up your own Perls using local::lib and perlbrew other than disk space restrictions in that environment.

(disclosure, I work for cPanel)

Update:

FWIW, in the spirit of dog food eating I have my own WHM server that I use for application development rather than for shared hosting. It's a pretty nice way to go if you tend to want to various personal projects going at the same time rather than use it strictly for providing shared hosting accounts. You can do that, too; but having full control over the server is nice. Some applications are CGI/CGI::Application, some are Dancer; some are UI, some are RESTful services. From someone else, what you get just depends on how much control you can wrestle from your shared hosting provider. If you are your own shared hosting provider, then the sky is the limit. WHM gives me about 99.9% of what I need for this purpose, including DB management.


In reply to Re: Perl Hosting Query by perlfan
in thread Perl Hosting Query by perlron

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.