Jerry Baker says: > Perlscript is like ASP, PHP, and other scripting languages. The server > parses the pages, not the browser. It doesn't matter what browser you > use to look at a page written in PerlScript. See > >http://aspn.activestate.com//ASPN/Reference/Products/ActivePerl/Components/Windows/PerlScript.html >
Ok. You are referring to client-side PerlScript. I had never even heard of that. You might want to check this quote: Client-side Perlscript should only be used if you can control the configuration of the computers on which it will be run. If your goal is build an application which will be used by a large number users, Server-side PerlScript is considerably more practical. From the same link. -- Jerry Baker
