in reply to A Perl Web Browser Plugin
The Penguin project is an effort towards enabling Perl code to be transferred and executed over a network. I'm not sure how far along that's been developed.
Although more of a helper application rather than a plugin, I've worked on PAR-WebStart, which is a Perl implementation of Java's WebStart using PAR distributions. This doesn't have the security features of Java (save for a digital verification of the integrity of the transfer done via Module::Signature), but it does illustrate one way to launch perl applications through a browser.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: A Perl Web Browser Plugin
by zentara (Cardinal) on Dec 07, 2005 at 13:29 UTC | |
by SamCG (Hermit) on Dec 07, 2005 at 23:05 UTC | |
by zentara (Cardinal) on Dec 08, 2005 at 12:59 UTC |