in reply to Re: Re: How can one bypass use strict?
in thread How can one bypass use strict?

According to perlvar, "These variables are reserved for future special uses by Perl, except for the ones that begin with ^_ (control-underscore or caret-underscore)."

A new version of Perl may use a variable name that stomps on your use, if you use a "funny" variable of your own.

  • Comment on Re: Re: Re: How can one bypass use strict?