http://www.perlmonks.org?node_id=1019376


in reply to Re^2: Is this reliable way to cast from BOOL to NUMBER?
in thread Is this reliable?

Oh yeah, did something similar a few years ago and line input '<>' and Here-doc '<<' operators were the obvious trouble makers. Since I only allowed simple arithemtic constructs I could get by with regexes to police the code but I never trusted that completely.
  • Comment on Re^3: Is this reliable way to cast from BOOL to NUMBER?