in reply to Re: Should I use $ and $# ?
in thread Should I use $ and $# ?

And this is directly from perlvar:

$[
...snip...
As of Perl 5, assignment to "$[" is treated as a
compiler directive, and cannot influence the
behavior of any other file.  Its use is
discouraged.

Cheers,
KM