> >> Is there any way to keep perl's eval from interpreting numbers starting >> with >> "0" as octal? > > Stringify them ? > 2 * '012' is 24.
Manually? We could have thousands of them. How do I stringify them when they may potentially be in the middle of an expression? eg. 75+32*(15+052/3) - Bryan -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/