Hi, I am about to start a Perl project which raises a couple of questions beyond my experience.

The first is, suppose the main Perl functionality occurs on a (unix) server, but the servers could be inaccessible for practical purposes except via Windows boxes. So I need to have a Windows client that enables non-expert users to make configuration changes and browse the systems data on the server side. My nearest competitor uses a Java client for this purpose. It is unlikely I can use an intranet approach because some customers may not allow a webserver to run on the target machine. What is the best Perl way of creating a Windows GUI client for a Unix server? Can Perl/Tk be made pretty enough to compete with Java?

The second is, the end-product has to be sold rather than given away. Does that mean I can't publish ANY of it on CPAN? Does it mean I have to use PAR? Is there a way I could package the client and server software onto a single iso-disk with the intention being that the Windows installation process does the installation ALSO on the unix server?

Thanks in advance!

-M

Free your mind


In reply to Some pre-project questions by Moron

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.