in reply to Re^2: 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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: use Strict: a rigorous way to break my command line variables?
by rodion (Chaplain) on Aug 09, 2006 at 03:13 UTC | |
by bart (Canon) on Aug 09, 2006 at 21:59 UTC |