Dear Monks, I have been scouring the web in search of an answer, and now I come to your perly gates. I have a perl datbase script that takes input from a html form, manipulates a text file and spits the results out to another html page on demand. All's working fine on the server. I have been asked to demonstrate the database to my peers. But there are two problems: 1. I will not have web access during the presentation. 2. I am restricted to laptops running NT. I have tried to install indigoperl, but the apache service will not start (restricted?). Activeperl will not install either. Give to me straight: Is it possible to create a folder tree containing the basic perl elements to run such a script? I would like to put this onto a cd, with database, so that my colleagues can run it on their (also restricted) laptops without further configuration. We're talking the barest essentials. No messing with the registry, etc. Hope someone can shower me with their abundant knowledge. Cheers, Ja

In reply to Database script - run from CD without installing? by Anonymous Monk

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.