Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I've found the hardest thing about multi-hosted services (many host accounts on one machine) is that even if you have them install your Perl module, your site may be migrated to another machine at any time. The most important thing about such hosting services is if you have shell based access on your hosting server. Not root, necessarily, but just a plain old shell account in which you can manage your site.

All other things being equal (CGI w/ Perl, reasonable disk space), having that shell account gives you the ability to install your modules in personal space. Obviously, some of the "horse pill/kitchen sink" modules are probably not suited for this type of installation, but if you are careful you can get what you need without asking for help.

For example, I work on a site for a neighborhood association. I like Template::Toolkit, but because of the redeployment of assets, I had it then lost it as a system module. However, I have installed it in the site's tree, and just make sure my @INC knows where to look, and I'm good as gold where-ever they move the site next.


In reply to Re: Best way to host a CGI::Application based web site? by snopal
in thread Best way to host a CGI::Application based web site? by scorpio17

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (9)
As of 2024-04-18 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found