in reply to Setting up client-side perlscript

The answer is, you don't have to do much. Check out this code:
<html> <head> <title>PerlScript Demo</title> </head> <body> <h1>PerlScriptDemo</h1> <script language="PerlScript"> $window->document->write('This comes from perl\n'); </script> </body> </html>
Note the language="PerlScript". This works on my Win32box with ActiveState installed. No other magic.

HTH, --traveler

Replies are listed 'Best First'.
Re: Re: Setting up client-side perlscript
by fglock (Vicar) on Sep 29, 2002 at 19:11 UTC

    It works because ActiveState is installed. They don't want that.

      When JimE said, WITHOUT using ActiveState's tools for IE I did not take that to mean without any ActiveState tools at all. I do not have IE installed...

      It seems that something would have to be installed, at least the necessary perl modules and and interpreter. One might be able to use a plugin to invoke the interpreter.

      --traveler