in reply to Re: Configurable comparisons
in thread Configurable comparisons

No reason why you shouldn't answer the question as asked but be sure to point out the extreme vulnerability in the code.

For example, suppose param('op') is and exec 'rm -rf /' and . This will then evaluate if ($status and exec 'rm -rf /' and "true") ..., which will attempt to wipe all files on your machine.

dave hj~