Lines Matching full:strict
22 no strict;
38 # ${yadda'etc} and ${yadda::etc} should both work under strict
41 eval q<use strict; ${flark::fleem}>;
46 eval q<use strict; ${fleem'flark}>;
72 # same whenever under strict or not.
132 eval "no strict; \$$chr = 4;",
151 evalbytes "no strict; use utf8; \$$chr;",
156 is evalbytes "no strict; \$$chr = 10",
162 is evalbytes "no strict; use utf8; \$$chr = 1",
170 eval "no strict; use utf8; \$$chr = 1";
182 evalbytes "no strict; \$$chr = 1";
183 is($@, '', "$name under 'no utf8', 'no strict', is a valid length-1 variable");
188 evalbytes "use strict; \$$chr = 1";
191 … " ... and under 'no utf8' does not have to be required under strict, even though it matches XIDS"
209 eval "no strict; \$$utf8 = 1";
210 is($@, '', " ... and under 'use utf8', 'no strict', is a valid length-1 variable");
214 eval "use strict; \$$utf8 = 1";
216 is($@, '', " ... and under 'use utf8', 'use strict',"
223 " ... and under utf8 has to be required under strict"
308 no strict;
348 '${ var } works under strict'
352 no strict;