grantm: Yes, when I wrote "non-standard modules" I did mean modules that are not included in the standard distribution.

The main reasons for the restriction are that I would have no control over which modules the web host has installed, I hope to use it on more than one host/site and if it turns out to be really useful I may make it available to others.

My own modules, if used, would reside in the same directory as the program, would not need root access to install and would only contain code that would actually be used by the main program.

Perhaps they wouldn't as thoroughly tested on multiple platforms, but they would be unlikely to contain anything platform specific anyway considering they will be developed on one O/S for use on another.

Perhaps Linux is free, disk space however is not, and I only have a 6Mb drive on the laptop I will be using. It is also doubtful that I could easily find all the hardware drivers I would need.

I have considered setting up some sort of UNIX O/S on a desktop machine I rarely use, as that has much more disk space, but only has a P133 CPU (and an aging monitor). It is not connected to the Internet however, and I have no experience of using UNIX at the command line, making that one more thing I'd have to learn.


pfaut: The modules included with the Windoze version of Perl do differ slightly, but luckily I have a book that lists the ones common to both. I can always use PerlDiver on the host to make sure they are there at least.


In reply to Re: Re: Re: Re: CMS Design Tips? by Wysardry
in thread CMS Design Tips? by Wysardry

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.