Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: use PerlScript && die;

by $code or die (Deacon)
on Sep 04, 2001 at 22:32 UTC ( [id://110115]=note: print w/replies, xml ) Need Help??


in reply to Re: use PerlScript && die;
in thread use PerlScript && die;

I've contemplated the idea of a command-line shell that used ActiveX scripting for it's "procs". I'd love to use Perl for that, but they can be mixed with basic, etc.
I have written Inline::WSH which allows you to use VBScript and JScript in your perl programs. It's a bit rough around the edges so I'm not going to publish it until it's a bit more robust. But then, I've also wondered whether anyone would be interested in such a beast! I wrote it mainly to have a play around with the Inline module. It's very nice, thanks Brian!

Windows script Components offers a way to make a COM object in Perl.
Absolutely! Its nice, flexible, cheaper and easier than PerlCtrl :) doesn't need compiling, etc. But it's not as portable. I do like Windows Script Components.

So I think Perlscript is wonderful. I'd be inclined to diable it for HTML pages, but have it around for files that are obviously meant to be programs.
I agree with you. PerlScript is nice, just not in a web browser. I might be wrong, but if you disable PerlScript by setting that registry key, I think it only disables it in IE. As I said, I might be wrong - I haven't tested it.

Error: Keyboard not attached. Press F1 to continue.

Replies are listed 'Best First'.
Re: Re: Re: use PerlScript && die;
by John M. Dlugosz (Monsignor) on Sep 05, 2001 at 01:19 UTC
    What is the portability difference between PerlCtrl and Perl in a WSC? They are both pretty much win32-only topics.

    Oh, you mean the way PerlCtrl can create a single EXE for running on a machine without Perl?

      you mean the way PerlCtrl can create a single EXE for running on a machine without Perl?
      Yep - sorry I wasn't very clear on that point. The Perl Dev Kit makes for more distributable applications - especially components.

      That is if you don't mind distributing components that are around 1mb or more :). You can do it without freestanding mode and have a nice dll around 30k. I worry whenever I see components that are much more than 100kb. It's understandable why they are so big with PerlCtrl - it is compiling perl along with it!

      On the other hand, if you know your target machines are running Perl - I see no reason not to use WSH to create a component. You can always copy and past the code into a PerlCtrl template at a later date.

      One other thing I haven't looked into in much detail is the licensing for the Perl Dev Kit. I am pretty sure that you can distribute your applications without worrying, but I imagine that you're only meant to install it on one machine at a time. At least with WSH you can develop your component on any Win32 machine running Perl.

      By the way, do you think anyone would be interested in an Inline::WSH module?

      Error: Keyboard not attached. Press F1 to continue.
        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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://110115]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-28 21:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found