in reply to Re^3: use Strict: a rigorous way to break my command line variables?
in thread use Strict: a rigorous way to break my command line variables?

Also try use Strict; then try doing something that strict is not supposed to allow. It will be allowed. It should not be.

Confirmed. As you indicate, while "use Strict;" causes neither a warning nor an error, it does nothing to protect you from the things that "use strict;" does.

  • Comment on Re^4: use Strict: a rigorous way to break my command line variables?

Replies are listed 'Best First'.
Re^5: use Strict: a rigorous way to break my command line variables?
by bart (Canon) on Aug 09, 2006 at 21:59 UTC