in reply to Re^2: Using Regexp Patterns as Variables
in thread Using Regexp Patterns as Variables

It's an admin function. I fully trust the source of where these rules are created. Regular users cannot do this and the function is well protected.

Think of it like giving them root access. If root wants to do an "rm -rf /" that's the power of root.

With great power comes great... well, you know.

  • Comment on Re^3: Using Regexp Patterns as Variables

Replies are listed 'Best First'.
Re^4: Using Regexp Patterns as Variables
by Anonymous Monk on Mar 18, 2009 at 17:49 UTC
    Turn on taint #!/usr/bin/perl -T-- just the same.