in reply to Re^2: Interpolating a string into list context.
in thread Interpolating a string into list context.

Awesome. I hope you one day repent, but we all know there is nothing so permanent as a temporary fix.

More seriously, make sure your aren't getting your strings from a place where someone might be able to inject any code.

As I'm sure you know, this is like SQL injection but only more fun since you have a whole perl interpreter to play with.

  • Comment on Re^3: Interpolating a string into list context.