in reply to Re: Printing regular expression variable
in thread Printing regular expression variable

Err, sorry, what?

MattLG

  • Comment on Re^2: Printing regular expression variable

Replies are listed 'Best First'.
Re^3: Printing regular expression variable
by ww (Archbishop) on May 28, 2013 at 15:04 UTC
    "...my own CGI untainting library which uses regular expression variables like qr/^.*$/ to validate incoming data."
    Err, your example regex validates nothing; untaints nothing. If it's merely a simple example that occured to you for the purposes of your question, fine; if you believe it's doing something useful, you err.

    If you didn't program your executable by toggling in binary, it wasn't really programming!

      If it's merely a simple example that occured to you for the purposes of your question, fine

      I thought that was obvious, what would be the point of tainting the input and then just using ^.*$ on everything?

      MattLG