Front page | perl.perl5.porters |
Postings from June 2020
Re: Announcing Perl 7
Thread Previous
|
Thread Next
From:
demerphq
Date:
June 26, 2020 18:15
Subject:
Re: Announcing Perl 7
Message ID:
CANgJU+ULpM6bFfmGTjZVRvs282=DR155a5YFpy==6Ou34VsVGg@mail.gmail.com
On Fri, 26 Jun 2020 at 18:03, Dave Mitchell <davem@iabyn.com> wrote:
>
> On Fri, Jun 26, 2020 at 05:50:39PM +0200, demerphq wrote:
> > Ok, so just to be clear, my understanding that "use strict" and "no
> > strict" will be equivalent to "use perl-5-semantics; use strict;" and
> > "use perl-5-semantics; no strict;".
>
> I can't understand your obsession with just 'strict'.
Dave its simple. I am under the impression that putting "use strict"
in your code is the same as putting "use perl-5-semantics" in your
code.
Meaning that all the things that get turned on that you are worried
about get TURNED OFF by the statement.
cheers,
Yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"
Thread Previous
|
Thread Next