in reply to Re^2: Backdating strict
in thread Backdating strict

then switch on strict for just that sub while you're making your improvements

I suppose that use strict; makes the reset keyword obsolete.

Replies are listed 'Best First'.
Re^4: Backdating strict
by tobyink (Canon) on Dec 02, 2020 at 01:23 UTC

      I can't recall having ever used reset

      I used to regularly use reset at the end of loops to clear variables that were just being used in that loop - but now I use my instead which, I believe, is better practice.

Re^4: Backdating strict
by LanX (Saint) on Dec 01, 2020 at 04:55 UTC