Hello,
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.
If I was trying to see the source I'd:
open ZERO, $0 or die "Could not peek $!"; print while(<ZERO>); close ZERO
then based on paths and files I see there try to open those as well.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>