Lines Matching defs:get
5 @EXPORT_OK = qw(get reftype);
72 sub get ($) {
74 croak 'Usage: '.__PACKAGE__.'::get $ref';
96 attributes - get/set subroutine or variable attributes
104 use attributes (); # optional, to get subroutine declarations
105 my @attrlist = attributes::get(\&foo);
107 use attributes 'get'; # import the attributes::get subroutine
108 my @attrlist = get \&foo;
145 However, C<my> variables get their attributes applied at run-time.
147 before those attributes will get applied. For example:
206 =item get
240 (or its @ISA inheritance tree). Similarly, when C<attributes::get> is
280 Calling C<attributes::get()> from within the scope of a null package
323 The routines C<get> and C<reftype> are exportable.
327 The C<:ALL> tag will get all of the above exports.