You should be able to run it on your own server (Linux or Mac); your DSL connection will only be a factor if your application ever reaches high traffic.

  1. Get a "Free Dynamic DNS" account from DynDNS.com (who have been big-time Perl supporter, BTW), and configure your server to update your account whenever it detects a change in its IP address.
  2. Install and configure Apache. You should not need ModPerl for low-traffic development; CGI will do fine.
  3. Get a simple "Hello World" CGI Perl program running, that you can run via your web browser.
  4. Extend the "Hello World" program to exchange some of its data with a simple SML program via system, qx, or some other IPC method.
  5. Keep modifying the "Hello World" Perl/SML pair of programs, until you reach your research Nirvana.
    1. Come back here with any *specific* problems you have with the Perl parts of the development
      (See I know what I mean. Why don't you? and How (Not) To Ask A Question when the time comes.)
  6. Come back and tell us all about your success!


In reply to Re: The meaning of life, Perl and SML by Util
in thread The meaning of life, Perl and SML by noknok

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.