Re: Introspection

2018-08-29 Thread Parrot Raiser
Thanks. That's exactly what I wanted. On 8/29/18, Fernando Santagata wrote: > That's documented here: > > https://docs.perl6.org/language/variables#&?ROUTINE > > On Wed, Aug 29, 2018 at 5:51 PM Parrot Raiser <1parr...@gmail.com> wrote: > >> Could someone supply a link to a clear example of a Perl

Re: Introspection

2018-08-29 Thread Fernando Santagata
That's documented here: https://docs.perl6.org/language/variables#&?ROUTINE On Wed, Aug 29, 2018 at 5:51 PM Parrot Raiser <1parr...@gmail.com> wrote: > Could someone supply a link to a clear example of a Perl 6 subroutine > finding its own name, please? > I know there's a method, but haven't man

Re: Introspection and list question

2006-12-13 Thread Larry Wall
On Wed, Dec 13, 2006 at 10:55:28AM +0200, Gaal Yahas wrote: : L stipulates the : results of a gather are flattened to a lazy list. I'm not sure how far : that flattenning goes, but one of these should do the trick, I think It would only flatten a recursive structure with the help of something that

Re: Introspection and list question

2006-12-13 Thread Gaal Yahas
On Tue, Dec 12, 2006 at 02:19:46PM -0800, Ovid wrote: > First, how do I do introspection in Pugs? CPAN's Perl6::Bible hasn't > been updated in a while, but the various ways to get a list of methods > (from > http://search.cpan.org/dist/Perl6-Bible/lib/Perl6/Bible/S12.pod#Introspection > or http://

Re: Introspection and list question

2006-12-12 Thread jerry gay
On 12/12/06, Ovid <[EMAIL PROTECTED]> wrote: Hi all, A couple of quick things. First, how do I do introspection in Pugs? CPAN's Perl6::Bible hasn't been updated in a while, but the various ways to get a list of methods (from http://search.cpan.org/dist/Perl6-Bible/lib/Perl6/Bible/S12.pod#Intro