in reply to "Unrecognized character" while use utf8 is in effect

So why isn't it working? Help me out, fellow monks.

Its not a letter, its a symbol ... there are rules to variable names ... http://perldoc.perl.org/perldata.html#Variable-names

  • Comment on Re: "Unrecognized character" while use utf8 is in effect (perldata/Variable names)

Replies are listed 'Best First'.
Re^2: "Unrecognized character" while use utf8 is in effect (perldata/Variable names)
by AppleFritter (Vicar) on Apr 17, 2015 at 10:20 UTC

    Aha! I knew there was something obvious I was missing.

    (And this should teach me to read the documentation carefully, because when I first glanced over it I'd thought that "Names that do not start with a letter, underscore, digit or a caret (i.e. a control character) are limited to one character" meant I should be good.)

    Thank you, brother. I have been enlightened.