in reply to Setting up client-side perlscript
Note the language="PerlScript". This works on my Win32box with ActiveState installed. No other magic.<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>
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 | |
by traveler (Parson) on Sep 29, 2002 at 22:41 UTC |