gnewitall
Programmer
- Sep 15, 2005
- 6
Given,
$string = "if ((33 * 11) > 1500) { $result = 1; } else { $result = 0; }"
How do I execute the if statement within the same perl script the string is defined in?
Thanks in advance.
$string = "if ((33 * 11) > 1500) { $result = 1; } else { $result = 0; }"
How do I execute the if statement within the same perl script the string is defined in?
Thanks in advance.