in reply to Re^3: Perl 5.36 warns for magic comparison
in thread Perl 5.36 warns for magic comparison
use warnings; has a lexical scope. You have no warnings enabled in the debugger. Use -w, or add use warnings; to the snippet you're evaluating in the debugger.
|
|---|