Re: use re 'taint' experiment

2008-06-25 Thread David Golden
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

Re: use re 'taint' experiment

2008-06-24 Thread Paul Fenwick
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

use re 'taint' experiment

2008-06-24 Thread David Golden
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,