in reply to Re: Re: Last Script. What now?
in thread Last Script. What now?

PerlNET AFAIK is just a program developed by activestate to help develop Perlscript.NET components, not the actual language itself. However, I do agree with you about what I would use Perl for in a .NET scenario, I'd stick with C# for most things and switch for things simply too much easier to do in Perl to ignore, and to take advantage of CPAN modules.

Replies are listed 'Best First'.
Re: Re: Re: Re: Last Script. What now?
by Jenda (Abbot) on Nov 29, 2002 at 21:43 UTC

    Sure.

    PerlScript is not a language either. PerlScript is just the "Scripting Engine", the PerlSE.dll. In both cases the language is Perl.

    Jenda