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


in reply to Re^2: The simplest possible pattern match defeats me
in thread The simplest possible pattern match defeats me

Again the error msgs don't fit!

That's how it looks like if eq fails:

DB<100> use warnings; $a eq "a" Use of uninitialized value $a in string eq at ...

So where is the pattern match (m//) at weeklyAutomationChanges.pl line 87.?

Are you debugging the right file?

Which perl version do you use?

Cheers Rolf

( addicted to the Perl Programming Language)