in reply to Re: eval, Read environment variable and expand using eval
in thread eval, Read environment variable and expand using eval

Is the data produced by your source code editor, or that of your collegues, to be absolutely trusted?

How about the data you download from CPAN and process with your perl executable?

  • Comment on Re^2: eval, Read environment variable and expand using eval

Replies are listed 'Best First'.
Re^3: eval, Read environment variable and expand using eval
by Anonymous Monk on Feb 19, 2010 at 14:09 UTC
    Lame strawman, put it in module, write tests, verify ...

      Lame attempt at poisoning the well.

      Have you ever verified every line of your collegues code or CPAN module before running it?

      By the time you've finished running their tests, the damage is already done.

        Whats that got to do with %ENV getting fudged by butterfingers?