Groups | Blog | Home
all groups > dotnet academic > august 2003 >

dotnet academic : ASP.NET & Perl


GJ
8/19/2003 11:10:35 AM
To whomever it may concern:

I am working on my Master's project and am trying to
develop a website using ASP.NET. The website will be a
PERL tutorial where students can go and execute commands
or already written example codes in the textarea and see
how those commands work.

What I am confused about is that is there any way I can
write and execute PERL commands within an ASP.NET page? I
am researching and found out that I can buy ActiveState
PerlASPX software ($400) and can execute the commands
easily. But that is costly for me as I won't be earning a
single penny out of this website.

Is there any other way you can suggest to do the same?
Any help is welcome and appreciated. Thanks for your time
and patience.

Sincerely,
Ashish
8/20/2003 11:13:14 PM
Hi,
You can fork a process and run perl locally on your machine. Then grab the
output and display on your webpage.
HTH
Ashish
[quoted text, click to view]

AddThis Social Bookmark Button