in reply to Re: storing perl code in database
in thread storing perl code in database

At present I have absolute security, in the sense that only someone with root access to the server could modify the _perlsub data inappropriately.

At the same time, I know how lame that sounds!

I kind of like the idea of the database holding stubs, with the code in an external file...but then that comes down to just using .pm files again.

SSF