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

What do you mean by "${^CMDLINE} is reserved".

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Re: Re: How can one bypass use strict?
by John M. Dlugosz (Monsignor) on Aug 14, 2001 at 00:15 UTC
    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.