in reply to Re^3: eval() and security
in thread eval() and security

syntax error at -e line 1, near "=" Execution of -e aborted due to compilation errors.
For all of those dude.

Replies are listed 'Best First'.
Re^5: eval() and security
by almut (Canon) on Nov 24, 2009 at 18:08 UTC

    On Unix, you need to use single quotes, or else the shell will interpolate $x etc.