Lines Matching full:use

14 use strict qw(refs vars);
20 use strict ;
28 use strict 'subs' ;
32 Bareword "xyz" not allowed while "strict subs" in use at - line 5.
37 use strict 'subs' ;
40 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
45 use strict 'subs' ;
48 Bareword "A" not allowed while "strict subs" in use at - line 4.
49 Bareword "Z" not allowed while "strict subs" in use at - line 4.
54 use strict 'subs' ;
57 Bareword "B" not allowed while "strict subs" in use at - line 4.
58 Bareword "Y" not allowed while "strict subs" in use at - line 4.
63 use strict ;
66 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
71 use strict 'subs' ;
79 use strict 'subs' ;
86 Bareword "Fred" not allowed while "strict subs" in use at - line 8.
93 use strict 'subs' ;
98 Bareword "Fred" not allowed while "strict subs" in use at - line 6.
103 use strict 'vars' ;
118 use strict 'vars' ;
128 use strict 'refs';
137 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 10.
145 use strict 'refs' ;
150 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8.
158 use strict 'refs' ;
163 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8.
166 use strict 'subs' ;
169 Bareword "Fred" not allowed while "strict subs" in use at - line 3.
177 use strict 'subs' ;
184 use strict 'subs' ;
194 use strict 'subs' ;
201 Bareword "Fred" not allowed while "strict subs" in use at ./abc line 2.
206 use strict 'subs' ;
211 use abc;
213 Bareword "Fred" not allowed while "strict subs" in use at abc.pm line 2.
232 use strict 'subs' ;
238 Bareword "Fred" not allowed while "strict subs" in use at - line 6.
243 use strict 'subs' ;
250 Bareword "Fred" not allowed while "strict subs" in use at - line 5.
251 Bareword "Fred" not allowed while "strict subs" in use at - line 8.
256 use strict 'subs' ;
264 Bareword "Fred" not allowed while "strict subs" in use at - line 9.
281 use strict 'subs' ;
285 Bareword "Fred" not allowed while "strict subs" in use at (eval 1) line 3.
289 use strict 'subs' ;
294 Bareword "Fred" not allowed while "strict subs" in use at (eval 1) line 2.
298 use strict 'subs' ;
305 Bareword "Fred" not allowed while "strict subs" in use at - line 8.
310 use strict;
332 use strict;
335 Bareword "foo" not allowed while "strict subs" in use at - line 4.
341 use strict;
342 use warnings;
346 Bareword "XYZ" not allowed while "strict subs" in use at - line 5.
351 use strict;
352 use warnings;
355 Bareword "BAREWORD" not allowed while "strict subs" in use at - line 5.
359 use strict 'subs';
362 Bareword "bad" not allowed while "strict subs" in use at - line 3.
365 eval q{ use strict; no strict refs; };
368 Bareword "refs" not allowed while "strict subs" in use at (eval 1) line 1.
371 use strict;
374 Bareword "BAREWORD" not allowed while "strict subs" in use at - line 3.
378 use strict 'subs';
381 Bareword "foo" not allowed while "strict subs" in use at - line 3.
385 use strict 'subs';
386 use utf8;
387 use open qw( :utf8 :std );
390 Bareword "fòò" not allowed while "strict subs" in use at - line 5.
394 use strict 'subs';
397 Bareword "FOO" not allowed while "strict subs" in use at - line 3.
400 use strict 'subs';
403 Bareword "FOO" not allowed while "strict subs" in use at - line 2.
407 use strict 'subs';
410 Bareword "FOO" not allowed while "strict subs" in use at - line 3.
414 use strict 'subs';
418 Bareword "FOO" not allowed while "strict subs" in use at - line 4.
421 use strict 'subs';
429 use strict;
434 use strict 'subs';
446 use strict 'subs';
452 Bareword "FOO" not allowed while "strict subs" in use at - line 5.
456 use strict 'subs';
459 Bareword "FOO" not allowed while "strict subs" in use at - line 3.
465 use strict 'subs';
468 Bareword "CONST_TYPO" not allowed while "strict subs" in use at - line 5.
473 use strict 'subs';
476 Bareword "BARE2" not allowed while "strict subs" in use at - line 3.
480 use strict;
484 Bareword "SLASH" not allowed while "strict subs" in use at - line 3.