Greetings,

I'm not really sure how to explain it, or if it makes sense, but we provide a 
webservice written in perl. We have a number of modules for the software, and 
have designed the software to allow "plug-ins". We would like to be able to 
offer this "plug-in" feature to developers looking to extend our software.

"plug-ins" are simply required modules which contain subroutines. The only 
thing that is automatically passed in @_ are a few object handles that are 
used in the main "handler" code and made available to the "plug-ins".

Is there any possible way that somebody writing a "plug-in" would be able to 
some how dump the code from the require'ing script? The people writing the 
plug-ins do not have access to any of the code, so im trying to make sure 
they can't access it in any other way.

Thanks!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to