in reply to Re: Unicode infinity
in thread Unicode infinity

If a string contains only letters, digits, and underscores without starting with a digit, you can omit quotes.
Not if you use strict; (as one always should) or any version declaration use 5.012 or newer which implies strict.