in reply to Re: Comparing Strings
in thread Comparing Strings


    use strict qw/refs/;
    use warnings FATAL => 'all';

Just out of curiosity: Why do you avoid enabling all strictures, but then escalate all warnings to fatality?