Lines Matching refs:it
139 directly by this module, depending on how you look at it.) However,
151 will neither assign 42 to $x I<nor> will it apply the C<Bent> attribute
155 error is trappable, but it still stops the compilation within that
175 Perl ensures that any invocation of it implicitly locks its first
210 empty. If passed invalid arguments, it uses die() (via L<Carp::croak|Carp>)
211 to raise a fatal exception. If it can find an appropriate package name
212 for a class method lookup, it will include the results from a
221 ignoring any package into which it might have been blessed.
271 which the base class didn't already handle for it.
284 attributes. A named subroutine knows to which symbol table entry it belongs
285 (or originally belonged), and it will use the corresponding package.
286 An anonymous subroutine knows the package name into which it was compiled
287 (unless it was also compiled with a null package declaration), and so it
296 If such a parameter list is present, it is scanned past as for the rules
298 The parameter list is passed as it was found, however, and not as per C<q()>.