You can do it without freestanding mode and have a nice dll around 30k.
I didn't know it could make a DLL. I tried PerlApp and saw it make EXE's.

Yea, ship the perl.dll separatly. It's no worse than VisualBasic with it's huge DLL. Or rather, ship them together but install them as separate parts, installing or updating the DLL as needed, and installing the bundled component.

By the way, do you think anyone would be interested in an Inline::WSH module? .
I have no idea. Why would anyone need another scripting language when writing in Perl? Writing someting in C I can see the need for, but Java or Basic?

But here's a novel use: spin off objects as servers to do your multithreading needs.

—John


In reply to Re: Re: Re: Re: Re: use PerlScript && die; by John M. Dlugosz
in thread use PerlScript && die; by $code or die

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.