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


in reply to Re:^2 Character class question
in thread Character class question

OK, now that we know what version you're running, go ahead and add these things at the top of your programs for the time being:

use strict; # Helps to prevent a few common coding + # "mistakes" use warnings; # Turns on "lexically-scoped" warnings, # a bit better than -w use diagnostics; # Makes error messages more helpful

If I had known about Diagnostics from the beginning, I would have saved myself so much work... ;)

Update: Fixed improper capitalization as pointed out by the nice AM.

--
Damon Allen Davison
http://www.allolex.net