http://qs321.pair.com?node_id=991495


in reply to Calling a subroutine within a conditional

Peripheral to the actual question, do you really want to use the strings "TRUE" and "FALSE"? Normally it's easier and more idiomatic to just use values like (numeric) '1' and '0'. If this interfaces with something external that really wants the strings, it can be cleaner to just convert at the interface between the two.

Or not, of course. Circumstances do alter cases. But as a rule...