Roland M�sl says: > But just right now, Perl as scripting language > is only supported by MSIE. > > To have my software on all platforms, I would > like to have the same with Mozilla. > > So any idea about using Perl as scripting laguage > in Mozilla?
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 -- Jerry Baker
