in reply to Re: Is it possible to store an arthimetric operator in a variable?
in thread Is it possible to store an arthimetric operator in a variable?

It is worth mentioning that one shouldn't eval user-supplied strings until they have been checked for safety (untainted). If a user is supplying the value for $eq, they could supply Perl code that would be executed: obviously, that's potentially dangerous.

<-radiant.matrix->
Larry Wall is Yoda: there is no try{} (ok, except in Perl6; way to ruin a joke, Larry! ;P)
The Code that can be seen is not the true Code
  • Comment on Re^2: Is it possible to store an arthimetric operator in a variable?