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

Actually, I did do this as a temporary fix so I could get on with the rest of the project. Here's my penance:

1. I will not execute my data. 2. I will not execute my data. ... ... ... 100. I will not execute my data.

Replies are listed 'Best First'.
Re^3: Interpolating a string into list context.
by jbert (Priest) on Nov 14, 2007 at 09:33 UTC
    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.