in reply to Re: Re: Perl Server (feasibility issues)
in thread Perl Server (feasibility issues)

There isn't any Perl support within the Mono project per-se. However, there's a dotPerl effort that someone mentioned on one of the mono mailing lists a week or two back, and there is also a Visual Studio.NET module/plug-in of some sort that ActiveState makes. Since these would ultimately produce .Net assemblies, you could then use them under a Mono system. However, both tools (as far as I know) would have to be run under Windows environments that support Visual Studio-level development (i.e. W2K or newer, excluding WinME).

--rjray

  • Comment on Re: Re: Re: Perl Server (feasibility issues)

Replies are listed 'Best First'.
Re: Re: Re: Re: Perl Server (feasibility issues)
by dakedesu (Scribe) on Jun 01, 2004 at 03:06 UTC

    So, are Mono and .Net bytecode interpretors? Hmmm, maybe those aren't what I want. Though, I will keep this information in mind for a few future projects.