Lines Matching full:use
21 use strict ;
22 my $str="A::Really::Big::Package::Name::To::Use";
25 Can't use string ("A::Really::Big::Package::Name::T"...) as a HASH ref while "strict refs" in use a…
29 use strict ;
30 "A::Really::Big::Package::Name::To::Use" =~ /(.*)/;
33 Can't use string ("A::Really::Big::Package::Name::T"...) as a SCALAR ref while "strict refs" in use…
37 use strict ;
38 *{"A::Really::Big::Package::Name::To::Use"; }
40 Can't use string ("A::Really::Big::Package::Name::T"...) as a symbol ref while "strict refs" in use…
44 use strict ;
45 "A::Really::Big::Package::Name::To::Use" =~ /(.*)/;
48 Can't use string ("A::Really::Big::Package::Name::T"...) as a symbol ref while "strict refs" in use…
52 use strict ;
56 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 5.
60 use strict 'refs' ;
64 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 5.
68 use strict 'refs' ;
73 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 6.
77 use strict 'refs' ;
81 Can't use an undefined value as a SCALAR reference at - line 5.
85 use strict 'refs' ;
89 Can't use an undefined value as an ARRAY reference at - line 5.
93 use strict 'refs' ;
97 Can't use an undefined value as a HASH reference at - line 5.
101 use strict 'refs' ;
105 Can't use an undefined value as a symbol reference at - line 5.
109 use strict 'refs' ;
112 Can't use bareword ("fred") as an ARRAY ref while "strict refs" in use at - line 4.
116 use strict 'refs' ;
119 Can't use bareword ("fred") as a HASH ref while "strict refs" in use at - line 4.
123 use strict ;
128 use strict 'refs' ;
134 use strict qw(subs vars) ;
138 use strict 'refs' ;
147 use strict 'refs' ;
153 use strict 'refs' ;
162 use strict 'refs';
171 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 10.
179 use strict 'refs' ;
184 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8.
192 use strict 'refs' ;
197 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 8.
205 use strict 'refs' ;
212 use strict 'refs' ;
222 use strict 'refs' ;
229 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at ./abc line 2.
234 use strict 'refs' ;
239 use abc;
241 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at abc.pm line 2.
260 use strict 'refs' ;
266 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at - line 6.
270 use strict 'refs' ;
276 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at - line 5.
280 use strict 'refs' ;
288 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at - line 9.
304 use strict 'refs' ;
308 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at (eval 1) line 3.
312 use strict 'refs' ;
317 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at (eval 1) line 2.
321 use strict 'refs' ;
328 Can't use string ("Fred") as a SCALAR ref while "strict refs" in use at - line 8.
331 use strict 'refs';
334 Can't use string ("foo") as a SCALAR ref while "strict refs" in use at - line 3.
337 use strict 'refs';
341 Can't use string ("foo") as a SCALAR ref while "strict refs" in use at - line 4.
344 use strict 'refs';
347 Can't use string ("1") as a HASH ref while "strict refs" in use at - line 3.
350 use strict 'refs';
351 use utf8;
352 use open qw( :utf8 :std );
355 Can't use string ("F") as a subroutine ref while "strict refs" in use at - line 5.