Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/p6.p6 Secret

Created February 25, 2017 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/8ae188e136ccace378ca5d88bbc27685 to your computer and use it in GitHub Desktop.
Save zoffixznet/8ae188e136ccace378ca5d88bbc27685 to your computer and use it in GitHub Desktop.
my $matcher = *.so;
say eager grep $matcher, gather with CORE:: -> $c {
with &?BLOCK -> &dig {
for $c.keys.grep(* ne 'IterationEnd') {
say '--------------';
.say;
say $c{$_};
take $c{$_};
say "wtf";
say '----***-----';
try $c{$_}.WHO.keys and dig $c{$_};
say '--------------';
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment