On Tue, Jun 24, 2008 at 11:42 PM, Paul Fenwick <[EMAIL PROTECTED]> wrote:
> Gosh. That's a lot less code than the XS I was writing to intercept require
> and set bits in $^H appropriately.
source filtering ;-)
>> This is so awful that I'm certainly not planning to release it as a
>> module (I
G'day David / PQA,
David Golden wrote:
Just because it's a bizarre Perl challenge (and I tend to like those),
I took a hack at what a command line '-MRequires::re::taint" would
need to do in order to force "use re 'taint'" in all modules
subsequently loaded.
Gosh. That's a lot less code than
Just because it's a bizarre Perl challenge (and I tend to like those),
I took a hack at what a command line '-MRequires::re::taint" would
need to do in order to force "use re 'taint'" in all modules
subsequently loaded.
I've attached a sample module to do just that and some sample code.
To try it,