On Tue, 01 Aug 2000, Dan Sugalski wrote: > At 11:57 PM 7/31/00 -0700, Matthew Cline wrote: > >Something else which might be useful for tainting would be something like: > > > > taint_var($foo); > > no_taint_var($bar); > > > >With this, any value assigned to $foo would become tainted, and any value > >assigned to $bar would become untainted. > > While this is certainly doable (heck, you can do it now with tied > variables), I'm not at all comfortable with a magic untainting variables. I > think it's a rather bad idea. <Shrug> 'Twas just an off-the-top-of-my head idea; not something I'd really fight for in the inclusion of Perl6. -- Matthew Cline | Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain
- $^O and $^T variables (on-the-fly tainting) Nathan Wiger
- Re: $^O and $^T variables (on-the-fly tainting) Dan Sugalski
- RFC: On-the-fly tainting via $^T Nathan Wiger
- Re: RFC: On-the-fly tainting via $^T Matthew Cline
- Re: RFC: On-the-fly tainting via $^T Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Matthew Cline
- Re: RFC: On-the-fly tainting via $^T Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Nathan Torkington
- Re: RFC: On-the-fly tainting via $... Chaim Frenkel
- Re: RFC: On-the-fly tainting v... Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Graham Barr
- Re: RFC: On-the-fly tainting v... Dan Sugalski
- Re: RFC: On-the-fly tainti... Graham Barr
- Re: RFC: On-the-fly tainting via $^T John Tobey
- Re: RFC: On-the-fly tainting via $^T Ariel Scolnicov
- Re: RFC: On-the-fly tainting via $^T Nathan Wiger