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


in reply to Pattern Matching Confusion

Also, standard advice: insert at the top of all your perl files:
use strict; use warnings;
It won't be a problem here, but it's going to save you a lot of time and headaches later, so build the habit now.

-- Kirby, WhitePages.com