Since it hasn't been mentioned yet, I've used openshift (RHEL 6) for a simple Perl based web-service. You can add cartridges for Perl (5.10. then), cronjobs, databases, etc. Registration and use of small resources is free (they have full access to your application of course).

If you need a modern Perl or i.e. Mojolicious, you can create your own DIY cardridges. I.e. OpenShift-DIY-Perl.

I am not sure, if arbitrary ports can be used (easily)?

You have ssh access to your server instance and can push new apps via git/ssh. Keep your application used frequently (once within 48hrs IIRC) though, otherwise it will be paused (hibernated?) and will need some seconds to restart, once you access it again.

Update (26-AUG-2017): Above refers to version 2 which will be discontinued after September 2017. Version 3 seems to support Perl 5.16 and newer as well as Dancer applications out of the box.


In reply to Re: Cloud server for perl script by Perlbotics
in thread Cloud server for perl script by leostereo

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.