Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Foo { has $thing = "baz"; method bar() { say $thing }}; sub quux( Callable $flimflam ) { $flimflam() }; my $foo = Foo.new; quux(&(::$foo.bar))
Add Comment
Please, Sign In to add comment