Perl6-Builtins

 view release on metacpan or  search on metacpan

lib/Perl6/Builtins.pm  view on Meta::CPAN

=item 'hints'

=item 'bitmask'

=back

with each of the values for these keys being the equivalent item from
the list returned by C<caller> in list context. This is useful because
it means that, instead of:

    $subname = (caller)[3];

you can write the much more readable:

    $subname = caller->{sub};

=back

=head1 DIAGNOSTICS

None.



( run in 0.478 second using v1.01-cache-2.11-cpan-a3c8064c92c )