You should consider getting a cloud VM instead of a shared hosting account. You are only seeing the tip of the iceberg as far as the problems you will encounter. You won't be able to install any Perl modules that require compilation, or C libraries that Perl modules need; you won't be able to use a modern version of Perl as some modules require; you can't get on the command line to do normal tasks like changing file permissions (with or without a Perl script to do it), and are forced to try to hack CGI scripts for such work; etc., etc.

For $10 a month or less you can have your own server with full root access. The time it will take you to learn simple server administration will be less than the time you will spend faffing around in "support" chatrooms with your current host's know-nothing CSRs and do-nothing sysadmins. And you'll be able to set up your working environment as well as your web server just how you like it.

Personally I use Linode but have heard good things about Digital Ocean as well. Hope this helps!


The way forward always starts with a minimal test.

In reply to Re^2: When modules install in perl5 by 1nickt
in thread When modules install in perl5 by cristofayre

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.