in reply to Re: Can you explain this error please?
in thread Can you explain this error please?
When turning off warnings, you should turn off the minimal set for your target scenario, e.g.
{ no warnings 'uninitialized'; # remove to see what happens print $a + $b; }
Usually it means you have a typo in a variable,Except the OP said they have strict enabled, so in that scenario they would get a fatal error, not a warning. Which is why I asked the OP for a larger block of code to inform context.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|