Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: A Perl Web Browser Plugin

by gjb (Vicar)
on Dec 06, 2005 at 22:52 UTC ( [id://514661]=note: print w/replies, xml ) Need Help??


in reply to A Perl Web Browser Plugin

The Java plugin doesn't just prohibit access to the local file system, the standard library has a very sophisticated mechanism of permissions in the java.security.* package. This allows for very fine-grained permissions that can be set via properties. I've actually used the latter to run students' code on my machine ;) This all goes down into the JVM which is aware of these permissions.

To make a Perl plugin would probably mean a lot of work to build a perl interpreter that would support some kind of nontrivial security model.

Just my 2 cents, -gjb-

Replies are listed 'Best First'.
Re^2: A Perl Web Browser Plugin
by Anonymous Monk on Dec 07, 2005 at 06:28 UTC
    Safe::World?
      It was discussed recently on p5p list, how unsafe Safe.pm is... unfortunately.

      Best regards,
      Courage, the Cowardly Dog

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://514661]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 09:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found