Acme-require-case

 view release on metacpan or  search on metacpan

t/lib/lookup.pm  view on Meta::CPAN

package lookup;
use strict;
use warnings;

my $i = 0;
while ( my @call = map { defined($_) ? $_ : "undef" } caller($i) ) {
    print "$i @call[0..7]\n";
    $i++;
}

1;



( run in 1.955 second using v1.01-cache-2.11-cpan-39bf76dae61 )