Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 10, 2019 14:50
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 Whateverable/4322514ee9d50fbccaba9dd4290dada3 to your computer and use it in GitHub Desktop.
Save Whateverable/4322514ee9d50fbccaba9dd4290dada3 to your computer and use it in GitHub Desktop.
greppable6
\.perl\b
| File | Code | |--|--| | perl6-all-modules/_tools/populate.p6 | warn "No source-url for $\_.perl()"; | | [AKIYM/JSON-Hjson
``…/README.md`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/README.md#L21) | say from-hjson($text).perl; | | [AKIYM/JSON-Hjson
``…/Hjson.pm6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/lib/JSON/Hjson.pm6#L39) | say from-hjson($text).perl; | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L19) | cmp-ok $got.perl, 'eq', $expected.perl, $name; | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L27) | if $retval.WHAT === Num \&\& $retval.perl \~\~ /e0$/ { | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L30) | if $retval.WHAT === Rat \&\& $retval.perl \~\~ /\\.0$/ { | | [ALOREN/Terminal-Table
``…/Frame.pm6`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Frame.pm6#L93) | return self.defined ?? "Line.new(base =\> \\"{$!base.perl}\\", n =\> $!n)" !! "(Line)"; | | [ALOREN/Terminal-Table
``…/Frame.pm6`` :*127*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Frame.pm6#L127) | return self.defined ?? "Corner.new(base =\> \\"{$!base.perl}\\")" !! "(Corner)"; | | [ALOREN/Terminal-Table
``…/String.pm6`` :*103*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/String.pm6#L103) | " width =\> {$!width}, style =\> {$!style.perl})" !! "(String)"; | | [ALOREN/Terminal-Table
``…/VisitorHelper.pm6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/VisitorHelper.pm6#L26) | fail "Not wrapper named: $name with signature {c.perl}!"; | | [AZAWAWI/App-Perl6LangServer
``…/test-ast.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-ast.p6#L62) | say $item.perl; | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L22) | say $tree.perl; | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L26) | #say $element.^name \~ " =\> " \~ ($element.^can('content') ?? $element.content.perl !! "N/A") \~", from = " \~ ($element.^can('from') ?? $element.from !! 'N/A'); | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L31) | #say $child.^name \~ " =\> " \~ ($child.^can('content') ?? $child.content.perl !! "N/A") \~", from = " \~ ($child.^can('from') ?? $child.from !! 'N/A'); | | [AZAWAWI/Inline-Go
``…/002-grammar.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Inline-Go/t/002-grammar.t#L25) | ok $match.defined, "$($sample.perl) matches '$rule'"; | | [AZAWAWI/Libclang
``…/01-version.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Libclang/t/01-version.t#L9) | diag $version.perl; | | [AZAWAWI/MsgPack
``…/README.md`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L17) | say "data : " \~ $data.perl; | | [AZAWAWI/MsgPack
``…/README.md`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L18) | say "packed : " \~ $packed.perl; | | [AZAWAWI/MsgPack
``…/README.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L19) | say "unpacked : " \~ $unpacked.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L13) | say "data : " \~ $data.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L14) | say "packed : " \~ $packed.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L15) | say "unpacked : " \~ $unpacked.perl; | | [AZAWAWI/MsgPack
``…/ex02.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex02.pl6#L15) | say "Version: " \~ MsgPack::version.perl; | | [AZAWAWI/MsgPack
``…/002-version.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/t/002-version.t#L10) | diag $version.perl; | | [AZAWAWI/SDL2
``…/shooter.p6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/SDL2/examples/shooter.p6#L35) | say $foo.perl; | | [AZAWAWI/Tika
``…/01-version.t`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Tika/t/01-version.t#L14) | diag $version.perl; | | [AZAWAWI/Wkhtmltox
``…/01-version.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Wkhtmltox/t/01-version.t#L10) | diag $version.perl; | | [BDUGGAN/WebService-AWS-S3
``…/S3.pm6`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/BDUGGAN/WebService-AWS-S3/lib/WebService/AWS/S3.pm6#L122) | # say $res.header.fields.map({ .name =\> .values}).perl; | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L217) | my $type = self.perl-type($a.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*238*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L238) | my $type = self.perl-type($sig.returns); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*250*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L250) | my $type = self.perl-type($p.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*287*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L287) | my $type = self.perl-type($a.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*326*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L326) | if not $nonnull and $type.WHAT.perl \~\~ /\\:D$/ | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*329*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L329) | ofType =\> self.perl-type($type, :nonnull) | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*339*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L339) | GraphQL::List.new(ofType =\> self.perl-type($type.of)); | | [CTILMES/GraphQL
``…/Types.pm`` :*445*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL/Types.pm#L445) | $val.perl | | [ELIZABETH/Array-Agnostic
``…/Agnostic.pm6`` :*118*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/lib/Array/Agnostic.pm6#L118) | \~ self.map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Array-Agnostic
``…/01-basic.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/t/01-basic.t#L25) | is @a.perl, "MyArray.new(1,2,3,4,5,6,7,8,9,10)", 'does .perl work ok'; | | [ELIZABETH/Array-Sparse
``…/01-basic.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Sparse/t/01-basic.t#L15) | is @a.perl, "Array::Sparse.new(1,2,3,4,5,6,7,8,9,10)", 'does .perl work ok'; | | [ELIZABETH/Hash-Agnostic
``…/Agnostic.pm6`` :*113*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/lib/Hash/Agnostic.pm6#L113) | \~ self.pairs.sort( \*.key ).map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Hash-Agnostic
``…/01-basic.t`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/t/01-basic.t#L34) | is %h.perl, | | [ELIZABETH/Hash-Agnostic
``…/01-basic.t`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/t/01-basic.t#L36) | 'does .perl work ok'; | | [ELIZABETH/Map-Agnostic
``…/01-basic.t`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/t/01-basic.t#L33) | is %m.perl, | | [ELIZABETH/Map-Agnostic
``…/01-basic.t`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/t/01-basic.t#L35) | 'does .perl work ok'; | | [ELIZABETH/Map-Ordered
``…/Ordered.pm6`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/lib/Map/Ordered.pm6#L44) | \~ self.pairs.map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Map-Ordered
``…/01-basic.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/t/01-basic.t#L22) | is %m.perl, | | [ELIZABETH/Map-Ordered
``…/01-basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/t/01-basic.t#L24) | 'does .perl work ok'; | | [ELIZABETH/Memoize
``…/Memoize.pm6`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Memoize/lib/Memoize.pm6#L93) | !! die( "Illegal value for CACHE: $CACHE.perl()" ) | | [ELIZABETH/P5tie
``…/Changes`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L25) | - Fixed .perl for tied arrays, added .gist method | | [ELIZABETH/P5tie
``…/Changes`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L26) | - Added .Str, .perl, .gist, .join for tied hashes | | [ELIZABETH/P5tie
``…/Changes`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L31) | - Added some stringification methods: .Str, .perl and .join. | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L24) | # generic prefix for .perl methods | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*167*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L167) | @strings.push(\&!FETCH($!tied,$\_).perl) for ^\&!FETCHSIZE($!tied); | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*300*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L300) | perl-preamble() \~ self.pairs.map( \*.perl ).join(',') \~ ';' | | [FCO/Red
``…/Changes`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/Changes#L14) | - Provide a \`\`\`.perl\`\`\` for model objects that only includes the columns, not relations and internals. | | [FCO/Red
``…/Driver.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver.pm6#L33) | note "BIND: @bind.perl()"; | | [FCO/Red
``…/Driver.pm6`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver.pm6#L46) | note "BIND: @binds.perl()"; | | [FCO/Red
``…/Mock.pm6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver/Mock.pm6#L133) | "Query that matches '$re.perl()' should be called $times times and was called $counter time(s)"; | | [FCO/Red
``…/Model.pm6`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Model.pm6#L5) | #method gist { self.^attributes; #\`{self.perl} } | | [FCO/Red
``…/Model.pm6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Model.pm6#L9) | "{ .name.substr(2) } =\> { .get\_value(self).perl }" | | [FCO/Red
``…/Exceptions.pm6`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/X/Red/Exceptions.pm6#L56) | Original error: { $.orig-exception.perl } | | [FCO/Red
``…/02-tdd.t`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L89) | (.a == 42).perl, | | [FCO/Red
``…/02-tdd.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L90) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "num"), ast-value(42)).perl | | [FCO/Red
``…/02-tdd.t`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L93) | (42 == .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L94) | Red::AST::Eq.new(ast-value(42), Red::AST::Cast.new(.a, "num")).perl | | [FCO/Red
``…/02-tdd.t`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L97) | (.a == $a).perl, | | [FCO/Red
``…/02-tdd.t`` :*98*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L98) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "num"), ast-value(42), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*101*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L101) | ($a == .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L102) | Red::AST::Eq.new(ast-value(42), Red::AST::Cast.new(.a, "num"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*106*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L106) | (.a != 42).perl, | | [FCO/Red
``…/02-tdd.t`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L107) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "num"), ast-value(42)).perl | | [FCO/Red
``…/02-tdd.t`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L110) | (42 != .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L111) | Red::AST::Ne.new(ast-value(42), Red::AST::Cast.new(.a, "num")).perl | | [FCO/Red
``…/02-tdd.t`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L114) | (.a != $a).perl, | | [FCO/Red
``…/02-tdd.t`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L115) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "num"), ast-value(42), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*118*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L118) | ($a != .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*119*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L119) | Red::AST::Ne.new(ast-value(42), Red::AST::Cast.new(.a, "num"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L125) | (.a eq "lorem ipsum").perl, | | [FCO/Red
``…/02-tdd.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L126) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum")).perl | | [FCO/Red
``…/02-tdd.t`` :*129*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L129) | ("lorem ipsum" eq .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L130) | Red::AST::Eq.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str")).perl | | [FCO/Red
``…/02-tdd.t`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L133) | (.a eq $b).perl, | | [FCO/Red
``…/02-tdd.t`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L134) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum"), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L137) | ($b eq .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*138*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L138) | Red::AST::Eq.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*142*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L142) | (.a ne "lorem ipsum").perl, | | [FCO/Red
``…/02-tdd.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L143) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum")).perl | | [FCO/Red
``…/02-tdd.t`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L146) | ("lorem ipsum" ne .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L147) | Red::AST::Ne.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str")).perl | | [FCO/Red
``…/02-tdd.t`` :*150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L150) | (.a ne $b).perl, | | [FCO/Red
``…/02-tdd.t`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L151) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum"), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*154*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L154) | ($b ne .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*155*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L155) | Red::AST::Ne.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*309*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L309) | #is Post2.where({ .id == 42 }).query.perl, 42; | | [FCO/Red
``…/02-tdd.t`` :*337*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L337) | is $seq.filter.perl, Person2.posts.filter.perl; | | [FCO/Red
``…/18-pp.t`` :*20*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/18-pp.t#L20) | lives-ok { [ $one, $two ].perl } | | [FRITH/Desktop-Notify
``…/notify.p6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Desktop-Notify/examples/notify.p6#L9) | say $notify.server-caps.perl; | | [FRITH/Desktop-Notify
``…/notify.p6`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Desktop-Notify/examples/notify.p6#L11) | say $notify.server-info.perl; | | [FRITH/Hash-Timeout
``…/01-basic.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Hash-Timeout/t/01-basic.t#L16) | is %h1.perl, 'Hash+{Hash::Timeout[Int]}.new(:a(1),:b(2),:c(3))', '.perl works'; | | [HANENKAMP/ArrayHash
``…/README.md`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L45) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L54) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L75) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L131) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*136*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L136) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*148*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L148) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L153) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L46) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L55) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L76) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*341*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L341) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*346*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L346) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*367*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L367) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*372*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L372) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*718*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L718) | $type \~ '(' \~ @!array.map({ .defined ?? .perl !! 'Pair' }).join(', ') \~ ')' | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L93) | is @array.perl, q[array-hash(] \~ @els[.[0], .[1], .[2]].join(', ') \~ q[)], "array.perl"; | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L94) | is %hash.perl, q[array-hash(] \~ @els[.[0], .[1], .[2]].join(', ') \~ q[)], "hash.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L107) | is @array.perl, q[multi-hash(] \~ @els[.[0], .[1], .[2], .[3]].join(', ') \~ q[)], "array.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L108) | is %hash.perl, q[multi-hash(] \~ @els[.[0], .[1], .[2], .[3]].join(', ') \~ q[)], "hash.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L194) | note '# ', @array.perl; | | [HANENKAMP/DOM-Tiny
``…/114-do-not-pollute.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/DOM-Tiny/t/114-do-not-pollute.t#L10) | ok DOM::Tiny::HTML::Text.perl, 'we can get to Text as a thing with the long name'; | | [HANENKAMP/DOM-Tiny
``…/114-do-not-pollute.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/DOM-Tiny/t/114-do-not-pollute.t#L16) | ok Text.perl, 'we can get Text as a thing too'; | | [HANENKAMP/HTTP-Headers
``…/Header.pod`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Headers/lib/HTTP/Header.pod#L218) | say $headers.Content-Type.params.perl; | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L218) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L285) | debug("HEADER ", %header.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*325*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L325) | debug("ENV ", %env.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*183*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L183) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L248) | debug("HEAD ", @res[1].perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*291*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L291) | debug("EMIT ", @res.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/t/lib/HTTP/Supply/Request/Test.pm6#L25) | flunk 'unexpected environment received: ', %env.perl | | [HANENKAMP/HTTP-Request-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/t/lib/HTTP/Supply/Response/Test.pm6#L25) | flunk 'unexpected response received: ', @res.perl | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L218) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L285) | debug("HEADER ", %header.perl); | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*325*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L325) | debug("ENV ", %env.perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*183*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L183) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L248) | debug("HEAD ", @res[1].perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*291*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L291) | debug("EMIT ", @res.perl); | | [HANENKAMP/HTTP-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/t/lib/HTTP/Supply/Request/Test.pm6#L25) | flunk 'unexpected environment received: ', %env.perl | | [HANENKAMP/HTTP-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/t/lib/HTTP/Supply/Response/Test.pm6#L25) | flunk 'unexpected response received: ', @res.perl | | [HANENKAMP/Hash-MultiValue
``…/MultiValue.pm6`` :*434*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/lib/Hash/MultiValue.pm6#L434) | \~ @!all-pairs.grep(\*.defined).sort(\*.key cmp \*.key).map(\*.perl).join(", ") | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*207*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L207) | # diag %t.all-antipairs.perl; | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L219) | # diag %t.all-invert.perl; | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*238*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L238) | is %t.perl, 'Hash::MultiValue.from-pairs(:a(7), :b(8), :b(9), :c(10), :d(6), :e(11), :e(12), :f(13))', ".perl"; | | [HANENKAMP/Path-Router
``…/Shell.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Path-Router/lib/Path/Router/Shell.pm6#L17) | say "Map: ", %map.perl; | | [HANENKAMP/Path-Router
``…/Shell.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Path-Router/lib/Path/Router/Shell.pm6#L18) | say "Target: ", $target.perl; | | [HANENKAMP/Smack
``…/README.md`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/README.md#L52) | If you have any interest in participating in the development of this project, please have a look. There is precious little documentation as things ar… | | [HANENKAMP/Smack
``…/Smack.pm6`` :*85*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack.pm6#L85) | zostay on irc.perl.org and Freenode, but it is unusual that I am actually | | [HANENKAMP/Smack
``…/Builder.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/Builder.pm6#L28) | "you used mount() in a builder \\{} block, but the result of the block is an app, which hides all mounts; if this is deliberate, please catch the $?PACKAGE.perl() exception and .resume" | | [HANENKAMP/Smack
``…/MIME.pm6`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/MIME.pm6#L108) | ".pl" =\> "text/x-script.perl", | | [HANENKAMP/Smack
``…/MIME.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/MIME.pm6#L109) | ".pm" =\> "text/x-script.perl-module", | | [HANENKAMP/Smack
``…/PSGI.pm6`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/Middleware/PSGI.pm6#L111) | die 'Unknown application response: ', .perl; | | [HANENKAMP/Smack
``…/config-env.p6w`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/t/apps/config-env.p6w#L26) | $err.emit("#\\texpected: $expected.perl()"); | | [HANENKAMP/Smack
``…/config-env.p6w`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/t/apps/config-env.p6w#L27) | $err.emit("#\\t got: %env{ $got }.WHAT.perl()"); | | [HANENKAMP/Template-Anti
``…/NodeSet.pm6`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Template-Anti/lib/Template/Anti/NodeSet.pm6#L239) | \~ ', data =\> ' \~ (@!data.perl) | | [HANENKAMP/ULID
``…/ULID.pm6`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ULID/lib/ULID.pm6#L36) | # say "Input = $bin.perl()"; | | [HMBRAND/Text-CSV
``…/.travis.yml`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/.travis.yml#L35) | - "irc.perl.org#csv" | | [HMBRAND/Text-CSV
``…/43-1.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L16) | note $u.uninames.perl; | | [HMBRAND/Text-CSV
``…/43-1.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L24) | note $s.uninames.perl; | | [HMBRAND/Text-CSV
``…/43-1.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L30) | note $csv.fields[1].text.uninames.perl; | | [HMBRAND/Text-CSV
``…/META6.json`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/META6.json#L17) | "irc" : "irc://irc.perl.org/#csv" | | [HMBRAND/Text-CSV
``…/018-debug.txt`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/018-debug.txt#L7) | $ perl6 -e'.perl.say for 1, "test.pl".IO, 1/4, \\4' | | [HMBRAND/Text-CSV
``…/021-bugs.txt`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/021-bugs.txt#L9) | @foo.perl.say; | | [HMBRAND/Text-CSV
``…/050-meta.txt`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/050-meta.txt#L21) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}]).perl.say' | | [HMBRAND/Text-CSV
``…/050-meta.txt`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/050-meta.txt#L24) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}], :blank-is-undef).perl.say' | | [HMBRAND/Text-CSV
``…/073-check.txt`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/073-check.txt#L12) | $c.is-insane.perl.say; | | [HMBRAND/Text-CSV
``…/074-build.txt`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/074-build.txt#L22) | $c.is-insane.perl.say; | | [HMBRAND/Text-CSV
``…/index`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/index#L13) | - .perl and .gist | | [HMBRAND/Text-CSV
``…/Notes`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/Notes#L21) | $ p6 -e'"\\x[00d0]\\x[0110]\\x[0189]".perl.say' | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L75) | # https://rt.perl.org/Ticket/Display.html?id=122892 | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*96*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L96) | c.new.bar("baz").perl.say; | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L97) | c.new.bux("baz").perl.say; | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L102) | # https://rt.perl.org//Public/Bug/Display.html?id=123597 | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L193) | q{my @x = ("foo",1,Nil,2,"a","",3); @x.perl.say}); | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L255) | q{my$fh=open "t.csv",:w;$fh.print("+");$fh.close;$fh=open "t.csv",:r;$fh.get.perl.say;}); | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*260*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L260) | q{my$fh=open "crnl.csv",:r,:!chomp;$fh.get.perl.say;}); | | [HMBRAND/Text-CSV
``…/csv.pl`` :*159*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L159) | #say $csv\_parser.perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L161) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*164*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L164) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*172*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L172) | #say @r.perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L102) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L107) | say $csv\_parser2.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L110) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L115) | say $csv\_parser2.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*124*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L124) | # say $r.perl; | | [HMBRAND/Text-CSV
``…/csv-check`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/examples/csv-check#L28) | my Str $x = $s.perl; | | [HMBRAND/Text-CSV
``…/csv-check-tuxic`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/examples/csv-check-tuxic#L27) | my Str $x = $s.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L239) | say "Row: ", $.row.to\_list.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*240*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L240) | say "Col: ", $.col.to\_list.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*322*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L322) | $s \~ ":" \~ $!text.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1021*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1021) | $opt\_v \> 4 and progress ($!record\_number, $buffer.perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1057*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1057) | $opt\_v \> 2 and progress (0, @ch.perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1074*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1074) | $opt\_v \> 8 and progress ($i, "###", $chunk.perl\~"\\t", $f.gist); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1091*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1091) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1119*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1119) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [HMBRAND/Text-CSV
``…/12_acc.t`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/12_acc.t#L248) | is ($e, 1003, $x.perl \~ " in $attr"); | | [HMBRAND/Text-CSV
``…/40_misc.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/40_misc.t#L9) | sub is\_binary (Str $got, Str $exp, Str $tst) { is ($got.perl, $exp.perl, $tst); } | | [HMBRAND/Text-CSV
``…/41_null.t`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/41_null.t#L76) | is (@got.perl, @line.perl, "read [ ... ]"); | | [HMBRAND/Text-CSV
``…/41_null.t`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/41_null.t#L114) | is (@got.perl, @line.perl, "read [ ... ]"); | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L35) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L120) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L153) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*163*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L163) | my $s\_rs = $rs.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L27) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L55) | is (@p.perl, @f.perl, "result \|$s\_eol\|"); | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L67) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*98*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L98) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L109) | my $s\_rs = $rs.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L122) | note " ", $efn.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*123*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L123) | note " --\> ", @row.perl; | | [HMBRAND/Text-CSV
``…/50_utf8.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/50_utf8.t#L38) | is ($str.perl, $exp.perl, "string $msg"); | | [HMBRAND/Text-CSV
``…/50_utf8.t`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/50_utf8.t#L43) | is ((@out[$\_]//CSV::Field.new).text.perl, @in[$\_].perl, "field $\_ $msg") for ^@in.elems; | | [HMBRAND/Text-CSV
``…/55_combi.t`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/55_combi.t#L21) | my $combi = join " ", "--", map { sprintf "%6s", %attr{$\_}.perl; }, | | [HMBRAND/Text-CSV
``…/55_combi.t`` :*84*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/55_combi.t#L84) | $csv.error\_diag.perl.say; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L81) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L120) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L143) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L170) | #("# $tst $bin " \~ $eol.perl \~ "\\t" \~ $csv.error\_diag.error).say; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*176*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L176) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L39) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L41) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L45) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*88*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L88) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L90) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L94) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/79_callbacks.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/79_callbacks.t#L137) | ok (True, "Callbacks: "\~@args.perl); | | [HMBRAND/Text-CSV
``…/80_diag.t`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/80_diag.t#L29) | is ($csv.parse ($buf), False, "$err - Err for parse ({$buf.perl})"); | | [HMBRAND/Text-CSV
``…/80_diag.t`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/80_diag.t#L135) | is ($e.error, 2013, "Illegal RFC7111 spec ({$spec.perl})"); | | [HMBRAND/Text-CSV
``…/85_util.t`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/85_util.t#L76) | is ($self, Any, "FAIL for {$data.perl}"); | | [HMBRAND/Text-CSV
``…/85_util.t`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/85_util.t#L108) | ok (my $slf = $csv.header ($fh, :$munge-column-names), "header with fold {$munge-column-names.perl}"); | | [HMBRAND/Text-CSV
``…/90_csv.t`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/90_csv.t#L102) | #@r.perl.say; | | [HMBRAND/Text-CSV
``…/test.pl`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L26) | # text last for formatted output of .perl (for now) | | [HMBRAND/Text-CSV
``…/test.pl`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L91) | $opt\_v \> 8 and say $buffer.perl; | | [HMBRAND/Text-CSV
``…/test.pl`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L130) | $opt\_v \> 8 and progress($i, "###", "'$chunk'", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L153) | $opt\_v \> 5 and progress($i, "QUO", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*204*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L204) | $opt\_v \> 5 and progress($i, "ESC", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*224*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L224) | $opt\_v \> 1 and say $csv\_parser.perl; | | [HMBRAND/Text-CSV
``…/test.pl`` :*225*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L225) | $opt\_v and progress(.perl) for $csv\_parser.parse($test); | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L94) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L104) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L179) | my $data\_tree\_local = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L68) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L81) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L110) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*139*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L139) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JGOFF/Grammar-Common
``…/Actions.pm6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Grammar-Common/lib/Grammar/Common/Expression/Infix/Actions.pm6#L27) | say $x.perl; | | [JGOFF/Grammar-Common
``…/Actions.pm6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Grammar-Common/lib/Grammar/Common/Expression/Prefix/Actions.pm6#L27) | say $x.perl; | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*208*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L208) | if $node.WHAT.perl eq 'Perl6::Element' { | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*319*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L319) | my $line = $term.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*332*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L332) | $line \~= " ({$term.content.perl})" | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*354*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L354) | my $name = $next.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*394*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L394) | $\*ERR.say( @problems \~ ": " \~ $node.perl ); | | [JGOFF/Perl6-Parser
``…/Factory.pm6`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser/Factory.pm6#L58) | The L\ classes all have a required C\<.sigil\> method which returns the sigil associated with that variable (and an C\<.twigil\> method should that be needed.) These are methods rather than attributes to keep the clutter down when using C\<.dump\> or C\<.perl\> debugging methods. | | [JGOFF/Perl6-Parser
``…/Factory.pm6`` :*1822*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser/Factory.pm6#L1822) | my $str = $node.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/05-editing.t`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/05-editing.t#L18) | diag "expected type '$type', got type '{$element.WHAT.perl}'"; | | [JGOFF/Perl6-Parser
``…/05-editing.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/05-editing.t#L22) | diag "expected parent '$type', got type '{$element.WHAT.perl}'"; | | [JGOFF/Perl6-Parser
``…/README.pod`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/README.pod#L11) | AST, and 'say $tree.perl' to view the generated Perl 6 structure. | | [JGOFF/Perl6-Parser
``…/rosetta-b.t`` :*582*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/corpus/rosetta-b.t#L582) | say $b.perl; | | [JGOFF/Pod-To-HTMLBody
``…/Tree.pm6`` :*353*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Pod-To-HTMLBody/lib/Pod/To/Tree.pm6#L353) | die "Unknown Pod type " \~ $pod.perl; | | [JGOFF/Pod-To-HTMLBody
``…/01-tree.t`` :*1726*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Pod-To-HTMLBody/t/01-tree.t#L1726) | #die $=pod[$pod-counter].perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L217) | note "GENERATED: " \~ $from-hash.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L218) | note "EXPECTED : " \~ $bgp.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*249*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L249) | note "GENERATED: " \~ $from-hash.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*250*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L250) | note "EXPECTED : " \~ $bgp.raw.perl; | | [JMERELO/Pod-Load
``…/README.md`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L15) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/README.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L19) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/README.md`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L27) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/Load.pm6`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L16) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/Load.pm6`` :*20*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L20) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/Load.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L28) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/README.md`` :*6*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/README.md#L6) | perl6 -I../../lib -e 'use Pod::Load; .perl.say for load("pod-load-clean.pod6")' | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L13) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L17) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L25) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/pod-load-old.p6`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-old.p6#L8) | dd EVAL("$pod\\n\\n\\$=pod;").perl; | | [JNTHN/Cro-Core
``…/Cro.pm6`` :*376*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-Core/lib/Cro.pm6#L376) | my $output = (try msg.trace-output) // msg.perl; | | [JNTHN/Cro-HTTP-Test
``…/Test.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP-Test/lib/Cro/HTTP/Test.pm6#L17) | "Header tests should be a Pair or an Iterable of Pair, but got '$!got.perl()'" | | [JNTHN/Cro-HTTP-Test
``…/ChannelServer.pm6`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP-Test/lib/Cro/HTTP/Test/ChannelServer.pm6#L151) | die "Must pick either HTTP/1.1 or HTTP/2 for running tests (got $http.perl())"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*920*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L920) | die "before middleware must consume and produce Cro::HTTP::Request, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*939*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L939) | die "after middleware must consume and produce Cro::HTTP::Response, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*953*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L953) | die "before-matched middleware must consume and produce Cro::HTTP::Request, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*972*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L972) | die "after-matched middleware must consume and produce Cro::HTTP::Response, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-ZeroMQ
``…/ZeroMQWorkerService.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/Tools/Template/ZeroMQWorkerService.pm6#L31) | say $message.perl; | | [JNTHN/Cro-ZeroMQ
``…/ZeroMQWorksinkService.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/Tools/Template/ZeroMQWorksinkService.pm6#L31) | say $work.perl; | | [JNTHN/Cro-ZeroMQ
``…/Client.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/ZeroMQ/Client.pm6#L24) | die "Strange response is get: {$resp.parts.perl}"; | | [JNTHN/JSON-Schema
``…/Schema.pm6`` :*177*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/JSON-Schema/lib/JSON/Schema.pm6#L177) | :$!path, :reason("Value '{$value.perl}' is outside of enumeration set by enum property"); | | [JNTHN/JSON-Schema
``…/Schema.pm6`` :*187*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/JSON-Schema/lib/JSON/Schema.pm6#L187) | :$!path, :reason("Value '{$value.perl}' does not match with constant $!const"); | | [JNTHN/OpenAPI-Schema-Validate
``…/README.md`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/OpenAPI-Schema-Validate/README.md#L25) | say "$test.perl() is valid"; | | [JNTHN/OpenAPI-Schema-Validate
``…/README.md`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/OpenAPI-Schema-Validate/README.md#L28) | say "$test.perl() is not valid at $\_.path(): $\_.reason()"; | | [JNTHN/cro
``…/ZeroMQWorkSinkService.pm6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/lib/Cro/Tools/Template/ZeroMQWorkSinkService.pm6#L35) | say $work.perl; | | [JNTHN/cro
``…/ZeroMQWorkerService.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/lib/Cro/Tools/Template/ZeroMQWorkerService.pm6#L33) | say $\_.perl; | | [JSTOWE/App-ModuleSnap
``…/020-basic.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/App-ModuleSnap/t/020-basic.t#L22) | is $meta.perl-version, $\*PERL.version, "perl version is correct"; | | [JSTOWE/Audio-Sndfile
``…/gen-test-defs`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Audio-Sndfile/test-utils/gen-test-defs#L46) | say @tests.perl; | | [JSTOWE/GDBM
``…/GDBM.pm`` :*340*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/GDBM/lib/GDBM.pm#L340) | '{' \~ self.pairs.sort.map({.perl}).join(', ') \~ '}' | | [JSTOWE/GDBM
``…/030-methods.t`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/GDBM/t/030-methods.t#L19) | like $obj.perl, /{:foo("bar")}/, "perl looks fine"; | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*428*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L428) | has Str $.perl-name is rw; | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*460*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L460) | self.perl-name ne $!name; | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*482*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L482) | my Str $attr-str = $indent \~ "has { self.type-constraint } { self.sigil}.{ self.perl-name }"; | | [JSTOWE/JSON-Infer
``…/020-attribute.t`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/t/020-attribute.t#L104) | is( $object.perl-name, $test\, "got the right perl-name too" ); | | [JSTOWE/JSON-Infer
``…/020-attribute.t`` :*112*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/t/020-attribute.t#L112) | is( $object.perl-name, $test\.subst(/\_/,'-', :g), "got the kebabed perl-name too" ); | | [JSTOWE/License-SPDX
``…/licenses.json`` :*429*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/License-SPDX/resources/data/licenses.json#L429) | "http://dev.perl.org/licenses/artistic.html" | | [JSTOWE/META6
``…/META6.pm`` :*228*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/lib/META6.pm#L228) | has Version $.perl-version is rw is marshalled-by('Str') is unmarshalled-by(\&unmarsh-version) is specification(Mandatory) is json-name('perl'); | | [JSTOWE/META6
``…/030-versions.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/030-versions.t#L30) | is $obj.perl-version, "6", "got right perl version"; | | [JSTOWE/META6
``…/projects.json`` :*226*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L226) | "irc" : "irc://irc.perl.org/#csv" | | [JSTOWE/MessagePack-Class
``…/Class.pm`` :*150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/MessagePack-Class/lib/MessagePack/Class.pm#L150) | die "Cannot unmarshal {$data.perl} to type {$type.perl}" | | [JSTOWE/XML-Class
``…/Documentation.md`` :*455*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/XML-Class/Documentation.md#L455) | say $e.body.perl; # Data.new(something =\> "some data") | | [JSTOWE/XML-Class
``…/Class.pm`` :*689*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/XML-Class/lib/XML/Class.pm#L689) | say $e.body.perl; # Data.new(something =\> "some data") | | [KUERBIS/Term-Choose-Util
``…/README.md`` :*307*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose-Util/README.md#L307) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-Choose-Util
``…/Util.pm6`` :*1002*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose-Util/lib/Term/Choose/Util.pm6#L1002) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-Choose
``…/README.md`` :*376*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose/README.md#L376) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-Choose
``…/Choose.pm6`` :*1441*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose/lib/Term/Choose.pm6#L1441) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-Form
``…/README.md`` :*235*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Form/README.md#L235) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) for the help. | | [KUERBIS/Term-Form
``…/Form.pm6`` :*1345*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Form/lib/Term/Form.pm6#L1345) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-TablePrint
``…/README.md`` :*301*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-TablePrint/README.md#L301) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-TablePrint
``…/TablePrint.pm6`` :*979*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-TablePrint/lib/Term/TablePrint.pm6#L979) | Thanks to the people from L\.perl-community.de\>, from | | [LEONT/Path-Finder
``…/basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L24) | is( +@files, 3, "All files" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L38) | is( +@files, 3, "All w/ prune dir" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L42) | is( +@files, 0, "All w/ prune top directory" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L46) | is( +@files, 1, "All w/ prune subdirs" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/breadth-depth-files.t`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/breadth-depth-files.t#L41) | is-deeply(@files, @depth\_pre, "Depth first iteration (pre)" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/breadth-depth-files.t`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/breadth-depth-files.t#L44) | is-deeply(@files2, @depth\_post, "Depth first iteration (post)" ) or diag @files2.perl; | | [LEONT/Path-Finder
``…/stat_tests.t`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/stat_tests.t#L21) | is( @files.elems, 2, "Any file" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/stat_tests.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/stat_tests.t#L25) | is( @files[0], $changes, "size \> 0" ) or diag @files.perl; | | [MARTIMM/BSON
``…/CHANGES.md`` :*64*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/doc/CHANGES.md#L64) | \* Small bugfix in Document.perl() | | [MARTIMM/BSON
``…/Binary.pm6`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Binary.pm6#L56) | my Str $bstr = $!binary-data.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*105*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L105) | #note "P: ", $pair.perl, ', ', $pair.value.defined; | | [MARTIMM/BSON
``…/Document.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L179) | $perl \~= $value.perl( $indent, :skip-indent($key.defined)); | | [MARTIMM/BSON
``…/Document.pm6`` :*199*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L199) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*204*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L204) | # $perl \~= $value.perl,\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*209*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L209) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*214*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L214) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L219) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*224*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L224) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L239) | self.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*371*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L371) | :operation("\\$d\<$key\> = ({$pair.perl}, ...)"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*408*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L408) | :operation("\\$d\<$key\> = {$new.perl}"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*478*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L478) | die "Call me capture: ", capture.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*614*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L614) | #note "Encode element ", $p.perl, ', ', $p.key.WHAT, ', ', $p.value.WHAT; | | [MARTIMM/BSON
``…/Document.pm6`` :*622*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L622) | #note "Tempvalue: KV: $p.perl()"; | | [MARTIMM/BSON
``…/Javascript.pm6`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Javascript.pm6#L51) | $perl \~= $jvs-i1 \~ ":scope\\(\\n{$!scope.perl($indent+2)}"; | | [MARTIMM/BSON
``…/300-document.t`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L193) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*197*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L197) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*223*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L223) | diag "$?LINE, $d.perl()"; | | [MARTIMM/BSON
``…/300-document.t`` :*227*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L227) | diag "$?LINE, $d.new($b).perl()"; | | [MARTIMM/BSON
``…/350-document.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/350-document.t#L15) | # diag $d.perl; | | [MARTIMM/BSON
``…/350-document.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/350-document.t#L38) | # diag $d.perl; | | [MARTIMM/BSON
``…/bench-doc-int.pl6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/bench-doc-int.pl6#L39) | say "$d1, $d2, ", $buf1.perl, ', ', $buf2.perl; | | [MARTIMM/BSON
``…/double.pl6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/double.pl6#L23) | say "N: $n2, ", $bn2.perl; | | [MARTIMM/BSON
``…/int.pl6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/int.pl6#L25) | say "I = $i2, bi2 = ", $bi2.perl; | | [MARTIMM/BSON
``…/701-decoder.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/701-decoder.t#L9) | #say "d1: {$d1.perl}"; | | [MARTIMM/BSON
``…/703-encodable.t`` :*69*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/703-encodable.t#L69) | #say "H: ", $h.perl; | | [MARTIMM/BSON
``…/p.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/p.pl6#L15) | say "D: ", $req.perl; | | [MARTIMM/GTK-Glade
``…/100-gui-read.t`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/100-gui-read.t#L125) | diag "Widget: " \~ $button.perl; | | [MARTIMM/GTK-Glade
``…/100-gui-read.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/100-gui-read.t#L126) | diag "Target name: " \~ $target-widget-name.perl if ?$target-widget-name; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L146) | diag "Widget: " \~ $widget.perl if ?$widget; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L147) | diag "Data: " \~ $data.perl if ?$data; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*148*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L148) | diag "Object: " \~ $object.perl if ?$object; | | [MARTIMM/GTK-Glade
``…/001-gtk.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/Pencil wire frame/001-gtk.pl6#L37) | note $widget.perl; | | [MARTIMM/GTK-V3
``…/X.pm6`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/lib/GTK/V3/X.pm6#L67) | note "\\n[0] $found-routine.gist()\\( ", $gobject, ', ', \|c.perl, ');' | | [MARTIMM/GTK-V3
``…/X.pm6`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/lib/GTK/V3/X.pm6#L73) | note "\\n[1] $found-routine.gist()\\( ", \|c.perl, ');' | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L81) | say "C: ", $c.perl; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*105*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L105) | say "Create $helper-name, {$code.perl}"; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*191*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L191) | say "P: ", $p.perl; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L194) | say "DD: ", $p.perl; | | [MARTIMM/MongoDB
``…/logging.pl6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/logging.pl6#L27) | note "Insert result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/meta.pl6`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/meta.pl6#L185) | say "0: $A.^parents(:all).perl()"; | | [MARTIMM/MongoDB
``…/names.pl6`` :*80*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/names.pl6#L80) | say $doc.perl; | | [MARTIMM/MongoDB
``…/open-socket.pl6`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/open-socket.pl6#L8) | note $sock.perl; | | [MARTIMM/MongoDB
``…/run-command.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/run-command.pl6#L37) | info-message($doc.perl); | | [MARTIMM/MongoDB
``…/run-command.pl6`` :*57*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/run-command.pl6#L57) | info-message($doc.perl); | | [MARTIMM/MongoDB
``…/sock.pl6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/sock.pl6#L13) | say $sock.perl; | | [MARTIMM/MongoDB
``…/table-role.pl6`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pl6#L47) | say $doc.perl; | | [MARTIMM/MongoDB
``…/table-role.pl6`` :*69*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pl6#L69) | say $doc.perl; | | [MARTIMM/MongoDB
``…/table-role.pm6`` :*189*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pm6#L189) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/MongoDB
``…/table-role.pm6`` :*190*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pm6#L190) | $field-spec[3].WHAT.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L45) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*103*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L103) | note "Master data:\\n", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L135) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*165*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L165) | note "Result of replSetReconfig:", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*178*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L178) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*202*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L202) | note "Result of replSetInitiate:", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*212*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L212) | note "Result master data:\\n", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L255) | $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*293*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L293) | $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*80*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L80) | note "Returned document info: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L90) | note "Account:\\n ", $u.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L265) | note "A: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*288*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L288) | note "R: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*349*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L349) | note "\\nServer status: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L37) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L68) | note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*201*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L201) | #note "IM 1: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L219) | note "Admin user creation result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*242*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L242) | note "User $uname creation result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*246*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L246) | note "R: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*249*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L249) | note "Account:\\n ", $u.perl; | | [MARTIMM/MongoDB
``…/Design-software.md`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Design/Design-software.md#L104) | say $doc.perl; # do something ... | | [MARTIMM/MongoDB
``…/Original-README.md`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L77) | %document.perl.say; | | [MARTIMM/MongoDB
``…/Original-README.md`` :*85*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L85) | $cursor.fetch( ).perl.say; | | [MARTIMM/MongoDB
``…/MongoDB.pod6`` :*598*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB.pod6#L598) | :oper-data({ nooops =\> True}.perl), | | [MARTIMM/MongoDB
``…/Scram.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Authenticate/Scram.pm6#L78) | trace-message("Result client final: {($doc//{}).perl}"); | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L194) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*245*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L245) | #say "MPR P: {@req.perl}"; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*253*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L253) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*316*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L316) | oper-data =\> %doc.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*338*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L338) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*383*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L383) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*421*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L421) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*441*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L441) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*454*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L454) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*469*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L469) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*495*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L495) | oper-data =\> $sub-doc.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*524*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L524) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*545*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L545) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*570*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L570) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pod6`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pod6#L21) | $document.perl.say; | | [MARTIMM/MongoDB
``…/Collection.pod6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pod6#L28) | $cursor.fetch.perl.say; | | [MARTIMM/MongoDB
``…/Cursor.pm6`` :*214*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pm6#L214) | note "Get more: ", $cursor-doc.perl; | | [MARTIMM/MongoDB
``…/Cursor.pod6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pod6#L25) | while $cursor.fetch -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/MongoDB
``…/Cursor.pod6`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pod6#L42) | for $collection.find -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/MongoDB
``…/Database.pm6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pm6#L81) | #note "Cursor doc 1: ", $doc\\.perl; | | [MARTIMM/MongoDB
``…/Database.pm6`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pm6#L104) | #note "Cursor doc 2: ", $doc\.perl; | | [MARTIMM/MongoDB
``…/Database.pod6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pod6#L109) | # Method 1. With info from http://perldoc.perl.org/perlhist.html | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*324*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L324) | #say $ds.perl; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*355*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L355) | #say $req.perl; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*499*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L499) | fatal-message("Field $k in schema has problems: " \~ $v.perl); | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*525*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L525) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*526*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L526) | $field-spec[3].WHAT.perl; | | [MARTIMM/MongoDB
``…/Users.pm6`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L147) | trace-message("Create req: " \~ $req.perl); | | [MARTIMM/MongoDB
``…/Users.pm6`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L265) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L285) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*309*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L309) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*333*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L333) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*360*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L360) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*379*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L379) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Header.pm6`` :*257*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L257) | #note "$\*THREAD.id() header decoded, $message-header.perl()"; | | [MARTIMM/MongoDB
``…/Header.pm6`` :*290*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L290) | #note "$\*THREAD.id() reply doc, $reply-document.perl()"; | | [MARTIMM/MongoDB
``…/Header.pm6`` :*310*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L310) | #note "$\*THREAD.id() doc $document.perl()"; | | [MARTIMM/MongoDB
``…/Log.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Log.pm6#L179) | # say .perl; | | [MARTIMM/MongoDB
``…/Server.pm6`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L89) | trace-message("Server state info $!server-name, $!server-id: " \~ $!server-state-info.perl); | | [MARTIMM/MongoDB
``…/Server.pm6`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L99) | #note "\\n$\*THREAD.id() In server, data from Monitor: ", ($monitor-data // {}).perl; | | [MARTIMM/MongoDB
``…/Server.pm6`` :*127*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L127) | warn-message("missing field in doc {$mdata.perl}"); | | [MARTIMM/MongoDB
``…/Server.pm6`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L131) | warn-message("unknown error: {($mdata // '-').perl}"); | | [MARTIMM/MongoDB
``…/Control.pm6`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server/Control.pm6#L125) | trace-message("shutdown result: {($doc//{}).perl}"); | | [MARTIMM/MongoDB
``…/Monitor.pm6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server/Monitor.pm6#L194) | \~ ($doc//'-').perl | | [MARTIMM/MongoDB
``…/200-Database.t`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/200-Database.t#L51) | #diag $doc.perl; | | [MARTIMM/MongoDB
``…/200-Database.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/200-Database.t#L90) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/300-Collection.t`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/300-Collection.t#L100) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/300-Collection.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/300-Collection.t#L170) | say $doc.perl; | | [MARTIMM/MongoDB
``…/400-run-command.t`` :*158*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/400-run-command.t#L158) | #note "Doc d: ", $d.perl; | | [MARTIMM/MongoDB
``…/450-find.t`` :*231*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/450-find.t#L231) | # $collection.find( :$criteria, :$projection).perl; | | [MARTIMM/MongoDB
``…/Test-support.pm6`` :*59*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/Test-support.pm6#L59) | say $document.perl; | | [MARTIMM/MongoDB
``…/070-uri.t`` :*142*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Basic/070-uri.t#L142) | say "\\nReq: ", $req.perl, "\\n"; | | [MARTIMM/MongoDB
``…/070-uri.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Basic/070-uri.t#L143) | say "\\nDoc: ", $doc.perl, "\\n"; | | [MARTIMM/MongoDB
``…/200-datetime.t`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Behavior/200-datetime.t#L51) | diag "Update " \~ $response.perl; | | [MARTIMM/MongoDB
``…/200-datetime.t`` :*61*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Behavior/200-datetime.t#L61) | ).perl; | | [MARTIMM/MongoDB
``…/465-HLCollection.t`` :*71*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/465-HLCollection.t#L71) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/465-HLCollection.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/465-HLCollection.t#L170) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L91) | say $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L122) | say $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L137) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/612-repl-start.t`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Replica/612-repl-start.t#L58) | #diag $doc.perl; | | [MARTIMM/MongoDB
``…/612-repl-start.t`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Replica/612-repl-start.t#L97) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/112-Client.t`` :*70*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L70) | trace-message("Result create user $uname: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*83*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L83) | trace-message("Result create user secnd-user: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L99) | trace-message("Result create user $auname: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L126) | trace-message("Insert with un/pw: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*152*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L152) | trace-message("Insert with un/pw: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/500-Users.t`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/500-Users.t#L185) | #say "Doc: ", $doc.perl; | | [MARTIMM/MongoDB
``…/500-Users.t`` :*190*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/500-Users.t#L190) | #say "Doc: ", $doc.perl; | | [MARTIMM/MongoDB
``…/driver-authentication.sxml`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Sxml/driver-authentication.sxml#L143) | say "Doc:", $doc.perl; | | [MARTIMM/MongoDB
``…/driver-authentication.t`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Sxml/driver-authentication.t#L54) | say "Doc:", $doc.perl; | | [MATIASL/Pygments
``…/perl.py`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L3) | pygments.lexers.perl | | [MATIASL/Pygments
``…/perl.py`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L25) | For \`Perl \.perl.org\>\`\_ source code. | | [MELEZHIK/Sparrowdo
``…/sparrowdo`` :*283*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/bin/sparrowdo#L283) | term-out( "task data: {get\_tasks.perl}", input\_params('NoColor'), %( colors =\> 'bold green') ) if input\_params('Verbose'); | | [MELEZHIK/Sparrowdo
``…/sparrowfile`` :*1*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/examples/read-config/sparrowfile#L1) | config.perl.say; | | [MORITZ/Grammar-ErrorReporting
``…/ErrorReporting.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Grammar-ErrorReporting/lib/Grammar/ErrorReporting.pm6#L31) | at line $.line, around $.context-string.perl() | | [MORITZ/JSON-Tiny
``…/README.md`` :*6*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/README.md#L6) | say from-json('{ "a": 42 }').perl; | | [MORITZ/JSON-Tiny
``…/Tiny.pm`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/lib/JSON/Tiny.pm#L52) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [MORITZ/JSON-Tiny
``…/03-unicode.t`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/t/03-unicode.t#L17) | or say "# Got: $got.perl()\\n# Expected: {$p.value.perl}"; | | [MORITZ/JSON-Tiny
``…/04-roundtrip.t`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/t/04-roundtrip.t#L39) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [MORITZ/Math-Model
``…/Model.pm`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Math-Model/lib/Math/Model.pm#L55) | # say @order.perl; | | [MORITZ/Math-Model
``…/basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Math-Model/t/basic.t#L24) | diag "result: %res.perl()"; | | [MOZNION/IO-Blob
``…/Blob.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/IO-Blob/lib/IO/Blob.pm6#L24) | "IO::Blob.new(data =\> {$.data.perl})" | | [MOZNION/IO-Blob
``…/010_basic.t`` :*287*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/IO-Blob/t/010_basic.t#L287) | is $io.perl, 'IO::Blob.new(data =\> Blob)'; | | [MOZNION/Log-Minimal
``…/README.md`` :*186*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/README.md#L186) | Serialize message with \`.perl\`. | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L110) | $messages \~= $.autodump ?? @text[0].perl !! @text[0]; | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*112*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L112) | $messages = sprintf(@text.shift, $.autodump ?? map { .perl }, @text !! @text); | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*344*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L344) | Serialize message with C\<.perl\>. | | [NINE/Inline-Perl5
``…/Array.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Array.pm6#L62) | self.Array.perl | | [NINE/Inline-Perl5
``…/Hash.pm6`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Hash.pm6#L102) | self.Hash.perl | | [ROBERTLE/CucumisSextus
``…/README.md`` :*180*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ROBERTLE/CucumisSextus/README.md#L180) | say @table.perl; | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L62) | say "Current curve queue: { $!contour.curve-queue.perl }"; cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm665 say "Chromatic: { $!chromatic.vector.perl }"; | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L66) | say "Tonal space: { $!tonal-space.vector.perl }"; | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*128*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L128) | die "Failed to select a value! (upper = { $upper.perl }, lower = { $lower.perl })" unless all($upper, $lower).defined; cpan… | | [SAMGWISE/Reaper-Control
``…/synopsis.p6`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/examples/synopsis.p6#L22) | .perl.say | | [SAMGWISE/Reaper-Control
``…/Control.pm6`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/lib/Reaper/Control.pm6#L32) | .perl.say | | [SAMGWISE/Reaper-Control
``…/build-doc-md.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/utils/build-doc-md.p6#L31) | say "### ", symbol.WHAT.perl, "\\n", symbol.WHY, "\\n"; | | [SAMGWISE/Result
``…/OK.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Result/lib/Result/OK.pm6#L18) | die "Value returned by OK failed type constraint. Expected { $!type.WHAT.perl } but recieved { $!value.WHAT.perl }"; cpan/S… | | [SAMGWISE/Test-SourceFiles
``…/SourceFiles.pm6`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Test-SourceFiles/lib/Test/SourceFiles.pm6#L30) | say collect-sources.perl | | [SCIMON/Game-Sudoku
``…/Sudoku.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku.pm6#L66) | return @!grid.perl; | | [SCIMON/Game-Sudoku
``…/Solver.pm6`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku/Solver.pm6#L12) | $initial = $result.perl; | | [SCIMON/Game-Sudoku
``…/Solver.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku/Solver.pm6#L14) | } while ( ! $result.complete \&\& $result.perl ne $initial ); | | [SKAJI/CPAN-Uploader-Tiny
``…/Changes`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/CPAN-Uploader-Tiny/Changes#L7) | - Use proper pause url https://pause.perl.org/pause/authenquery?ACTION=add\_uri (thanks charsbar!) | | [SKAJI/CPAN-Uploader-Tiny
``…/Tiny.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/CPAN-Uploader-Tiny/lib/CPAN/Uploader/Tiny.pm6#L13) | $!url \|\|= %\*ENV\ \|\| 'https://pause.perl.org/pause/authenquery?ACTION=add\_uri'; | | [SKAJI/HTTP-Tinyish
``…/Curl.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/lib/HTTP/Tinyish/Curl.pm6#L13) | has $.agent = $?PACKAGE.perl; | | [TBROWDER/Text-More
``…/create-md.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L62) | #say %opts.perl; | | [TBROWDER/Text-More
``…/create-md.p6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L133) | say %kw.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L134) | say %kwp.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L140) | say %mdfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L196) | say %binfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*629*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L629) | say @words.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L62) | #say %opts.perl; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L133) | say %kw.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L134) | say %kwp.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L140) | say %mdfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L196) | say %binfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*629*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L629) | say @words.perl if $debug; | | [TIMOTIMO/JSON-Fast
``…/README.md`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/README.md#L39) | say $x.perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L42) | say $x.perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*290*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L290) | die "this kind of whitespace is not allowed in a string: { nqp::substr($text, $pos - 1, 1).perl } at {$pos - 1}"; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*388*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L388) | +(my $result := nqp::substr($text, $startpos - 1, $pos - $startpos + 1)) // die "at $pos: invalid number token $result.perl()"; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*519*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L519) | my str $rest = nqp::substr($text, $pos - 1, 8).perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*535*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L535) | die "additional text after the end of the document: { substr($text, $pos).perl }"; | | [TIMOTIMO/SDL2-Raw
``…/shooter.pl`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/SDL2-Raw/examples/shooter.pl#L30) | say $foo.perl; | | [TITSUKI/Algorithm-LibSVM
``…/README.md`` :*152*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/README.md#L152) | As a temporary expedient for [RT130187](https://rt.perl.org/Public/Bug/Display.html?id=130187), I applied the patch programs (e.g. [src/3.22/svm.cpp.patch](src/3.22/svm.cpp.patch)) for the sake of disabling random access of the problematic array. | | [TITSUKI/Algorithm-LibSVM
``…/README.md`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/README.md#L161) | \* RT130187 [https://rt.perl.org/Public/Bug/Display.html?id=130187](https://rt.perl.org/Public/Bug/Display.html?id=130187) | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*261*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L261) | As a temporary expedient for L\.perl.org/Public/Bug/Display.html?id=130187\>, I applied the patch programs (e.g. L\) for the sake of disabling random access of the problematic array. | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*269*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L269) | =item RT130187 L\.perl.org/Public/Bug/Display.html?id=130187\> | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L179) | debug "content-length: {$!content-length.perl}"; | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*477*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L477) | die "response must be Array[Blob]. But {$elem.perl}"; | | [TOKUHIROM/HTTP-Server-Tiny
``…/04-get.t`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/t/04-get.t#L34) | CATCH { default { say "ERROR: $\_"; $resp.perl.say; fail; } } | | [TYIL/App-Assixt
``…/Assixt.pm6`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt.pm6#L74) | Push a new release to L\.perl.org/pause/query\>N\ | | [TYIL/App-Assixt
``…/New.pm6`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/New.pm6#L50) | $config\\ //= ask("Perl 6 version", $config.get("new-module.perl")); | | [TYIL/App-Assixt
``…/New.pm6`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/New.pm6#L147) | C\.perl\> configuration key. | | [TYIL/App-Assixt
``…/Upload.pm6`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/Upload.pm6#L94) | Upload a module distribution to L\.perl.org/pause/query\>, to | | [TYIL/App-Assixt
``…/Config.pm6`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Config.pm6#L193) | =item1 Key: C\.perl\> | | [TYIL/App-Assixt
``…/Config.pm6`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Config.pm6#L255) | first\|https://pause.perl.org/pause/query?ACTION=request\_id\>. | | [UFOBAT/Bailador
``…/app.pl6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/app/app.pl6#L81) | $result \~= "$k\\t" \~ $v.perl \~ "\\n"; | | [UFOBAT/Bailador
``…/controllers.pl6`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/controllers/controllers.pl6#L29) | %.data.perl; | | [UFOBAT/Bailador
``…/postapp.pl6`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/postapp/postapp.pl6#L11) | return [request.params.perl, request.content\_type, | | [UFOBAT/Bailador
``…/Multipart.pm`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Request/Multipart.pm#L15) | die "CONTENT-DISPOSITION header is required for multipart/form-data " \~ %.headers.perl unless $content-disposition; | | [UFOBAT/Bailador
``…/Route.pm`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L10) | ## https://rt.perl.org/Public/Bug/Display.html?id=131707 | | [UFOBAT/Bailador
``…/Route.pm`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L11) | ## https://rt.perl.org/Public/Bug/Display.html?id=130690 | | [UFOBAT/Bailador
``…/Route.pm`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L161) | $.url-matcher \~\~ Str ?? $.url-matcher !! $.url-matcher.perl; | | [UFOBAT/I18N-LangTags
``…/README.md`` :*342*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/I18N-LangTags/README.md#L342) | \* Locale::Codes, in \`http://www.perl.com/CPAN/modules/by-module/Locale/\` | | [UFOBAT/I18N-LangTags
``…/LangTags.pm6`` :*698*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/I18N-LangTags/lib/I18N/LangTags.pm6#L698) | C\.perl.com/CPAN/modules/by-module/Locale/\> | | [UFOBAT/StrictClass
``…/04-isa.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/StrictClass/t/04-isa.t#L15) | # diag $b.perl; | | [UFOBAT/XML-XPath
``…/Number.pm6`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/FunctionCall/Number.pm6#L19) | say "r = $r ceiling -\> ", $r.ceiling, " ", $r.perl, " what:", $r.WHAT; | | [UFOBAT/XML-XPath
``…/InfixExprOperatorPerElement.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/InfixExprOperatorPerElement.pm6#L14) | # say "invoke: ", $first-set.perl, $other-set.perl; | | [UFOBAT/XML-XPath
``…/NodeTest.pm6`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/NodeTest.pm6#L185) | #say "take=$take node-ns=$node-ns ns=$ns ", $node-name.perl; | | [UFOBAT/XML-XPath
``…/Predicates.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Predicates.pm6#L14) | #say $node.perl; | | [UFOBAT/XML-XPath
``…/Predicates.pm6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Predicates.pm6#L15) | #say $predicate-result.perl; | | [UFOBAT/XML-XPath
``…/48_translate.t`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/t/48_translate.t#L14) | # https://rt.perl.org/Public/Bug/Display.html?id=130762 | | [UFOBAT/XML-XPath
``…/48_translate.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/t/48_translate.t#L15) | skip 'skipping one test because of https://rt.perl.org/Public/Bug/Display.html?id=130762', 1; | | [UGEXE/zef
``…/CLI.pm6`` :*700*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L700) | my $max-width = ($\*OUT.t \&\& $wrap.perl eq 'Bool::False') | | [UGEXE/zef
``…/CLI.pm6`` :*702*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L702) | !! $wrap.perl eq 'Bool::True' | | [UGEXE/zef
``…/Distribution.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/Distribution.pm6#L62) | # get assigned such that \`Distribution.depends.perl\` -\> \`([1,2,3])\` instead | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*545*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L545) | #note $value.perl; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*689*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L689) | # note "Fetched value for {$.name}: ", $val.VAR.^name, " // ", $val.perl; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*714*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L714) | #note "INVOKING {$.name} FILTER WITH {@params.perl}"; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*718*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L718) | #note "INVOKING {$.name} TRIGGER WITH {@params.perl}"; | | [VRURG/Cro-RPC-JSON
``…/JSON.pm6`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON.pm6#L130) | # note "MSG: ", $msg.perl; | | [VRURG/Cro-RPC-JSON
``…/Handler.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/Handler.pm6#L17) | #note "Handling JSON block ", $msg.perl; | | [VRURG/Cro-RPC-JSON
``…/RequestParser.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/RequestParser.pm6#L33) | #note "JSON PARSED: ", $json.perl; | | [VRURG/Cro-RPC-JSON
``…/RequestParser.pm6`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/RequestParser.pm6#L52) | #note $jrpc-request.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*623*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L623) | self!dbg: "!!! CAUGHT ", $\_.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*876*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L876) | # self!dbg: %SEEN.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*887*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L887) | msg "@@@ Checking deps of {$sn}: ", %deps.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*930*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L930) | die "Unexpected TPS seen mark value: " \~ $\_.perl | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1097*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1097) | self!dbg: "---- SIGNATURE: ", \&routine.signature.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1113*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1113) | "\\n", $params[$param-last].perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1305*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1305) | self!dbg: "\>\>\> ", $\*THREAD.id, " WORKING ON EVENT ", $ev.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1357*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1357) | self!dbg: "Event packet from the queue: ", $ev.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1371*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1371) | self!dbg: "@@@ W-COMPLETE of {$ev.name}: ", @w-complete.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*407*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L407) | # note "\>\>\> PLUG CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*418*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L418) | # note "!!! PLUG CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*419*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L419) | # note "!!! EXTENDED CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/040-order.t`` :*252*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/t/040-order.t#L252) | # note @plugins.perl; | | [WARRINGD/Font-AFM
``…/make-glyphlist.pl`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/etc/make-glyphlist.pl#L22) | say %glyphs.perl; | | [WARRINGD/Font-AFM
``…/make-metrics.pl`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/etc/make-metrics.pl#L52) | print $afm.perl-gen: :name($class-name); | | [WARRINGD/Font-AFM
``…/AFM.pm`` :*231*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/lib/Font/AFM.pm#L231) | default { warn "don't know how to convert $key:{$val.perl} of type {.perl}"; $val } | | [WARRINGD/Font-AFM
``…/AFM.pm`` :*526*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/lib/Font/AFM.pm#L526) | method metrics \\{ {$.metrics.perl} } | | [WARRINGD/Font-FreeType
``…/20bitmap.t`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-FreeType/t/20bitmap.t#L32) | my $desc = "'$fmt' format font, glyph {$char.perl}"; | | [WARRINGD/HTML-Canvas-To-PDF
``…/PDF.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas-To-PDF/lib/HTML/Canvas/To/PDF.pm6#L78) | .?js-ref // .perl; | | [WARRINGD/HTML-Canvas-To-PDF
``…/transforms.t`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas-To-PDF/t/transforms.t#L78) | ctx.fillText("h#{++$n}:"\~[$html-transform.map: \*.fmt('%.2f')].perl, 0, 0); | | [WARRINGD/HTML-Canvas
``…/Canvas.pm`` :*479*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/lib/HTML/Canvas.pm#L479) | %!sym{$\_} // .?js-ref // die "unexpected object: {.perl}"; | | [WARRINGD/HTML-Canvas
``…/Tracer.pm`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/lib/HTML/Canvas/Tracer.pm#L23) | my Str @pretty = @args.map: \*.perl; | | [WARRINGD/HTML-Canvas
``…/cairo-transforms.t`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/t/cairo-transforms.t#L73) | ctx.fillText("h#{++$n}:"\~[$html-transform.map: \*.fmt('%.2f')].perl, 0, 0); | | [WARRINGD/PDF-Class
``…/pdf-checker.p6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-checker.p6#L45) | when PDF::COS::TextString { .Str.perl } | | [WARRINGD/PDF-Class
``…/pdf-checker.p6`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-checker.p6#L49) | ?? .value.perl | | [WARRINGD/PDF-Class
``…/pdf-content-dump.p6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-content-dump.p6#L39) | @args.map(\*.perl).join(", "); | | [WARRINGD/PDF-Class
``…/pdf-info.p6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-info.p6#L25) | # nyi in rakudo https://rt.perl.org/Ticket/Display.html?id=125017 | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L23) | warn :@xrefs.perl; | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L39) | warn :$xref.perl; | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L41) | warn :$xref.perl; | | [WARRINGD/PDF-Class
``…/make-quick-ref.pl`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/etc/make-quick-ref.pl#L52) | warn "ignoring class: $name ({$type.perl})"; | | [WARRINGD/PDF-Class
``…/Thread.pm`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Action/Thread.pm#L23) | multi sub coerce($\_, ThreadOrIndexOrTitle) is default { fail "unable to coerce {.perl} to a Thread" } | | [WARRINGD/PDF-Class
``…/Thread.pm`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Action/Thread.pm#L30) | multi sub coerce($\_, BeadOrIndex) is default { fail "unable to coerce {.perl} to a Bead" } | | [WARRINGD/PDF-Class
``…/Catalog.pm`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Catalog.pm#L146) | fail "unable to coerce {.perl} to an open action"; | | [WARRINGD/PDF-Class
``…/OutlineNode.pm`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Class/OutlineNode.pm#L21) | when DestinationLike { warn "todo coerce dest: {.perl}" } | | [WARRINGD/PDF-Class
``…/Destination.pm`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Destination.pm#L67) | fail "unable to construct destination: {@args.perl}"; | | [WARRINGD/PDF-Class
``…/Destination.pm`` :*86*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Destination.pm#L86) | fail "Unable to handle destination: {.perl}"; | | [WARRINGD/PDF-Class
``…/Field.pm`` :*72*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field.pm#L72) | fail "unable to coerce {.perl} to an Annotation or Field"; | | [WARRINGD/PDF-Class
``…/Choice.pm`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field/Choice.pm#L27) | fail "unable to coerce {.perl} to field options"; | | [WARRINGD/PDF-Class
``…/Text.pm`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field/Text.pm#L21) | fail "unable to coerce {.perl} to Text or a Stream"; | | [WARRINGD/PDF-Class
``…/Filespec.pm`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Filespec.pm#L32) | fail "unable to coerce to a File: {.perl}"; | | [WARRINGD/PDF-Class
``…/PostScript.pm`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Function/PostScript.pm#L25) | die "typecheck error, expected {$type.perl}, got: {$v.perl}" | | [WARRINGD/PDF-Class
``…/Image.pm`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Image.pm#L131) | X::NYI.new(:feature("PNG Image with color-space: {.perl}")).throw; | | [WARRINGD/PDF-Class
``…/Page.pm`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Page.pm#L56) | fail "unable to coerce: {.perl} ({.WHAT.^name}) to an annotation"; | | [WARRINGD/PDF-Class
``…/StructElem.pm`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/StructElem.pm#L52) | fail "Unable to coerce {.perl} to a PDF::StructElem.K (child) element"; | | [WARRINGD/PDF-Class
``…/pdf-destination.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-destination.t#L15) | note "{.perl} is not a valid destination"; | | [WARRINGD/PDF-Class
``…/pdf-function-exponential.t`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-exponential.t#L49) | diag "expected {$b.perl}, got {$a.perl}" | | [WARRINGD/PDF-Class
``…/pdf-function-sampled.t`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-sampled.t#L42) | diag "result {$a.perl}" | | [WARRINGD/PDF-Class
``…/pdf-function-stitching.t`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-stitching.t#L63) | diag "expected {$b.perl}, got {$a.perl}" | | [WARRINGD/PDF-Class
``…/util.t`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/util.t#L8) | is from-roman($r), $n, "from-roman({$r.perl})"; | | [WARRINGD/PDF-Font-Loader
``…/Identity.pm`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/Enc/Identity.pm#L24) | warn { :@!to-unicode, :%!from-unicode }.perl; | | [WARRINGD/PDF-ISO_32000
``…/pdf-struct-dump.p6`` :*344*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/bin/pdf-struct-dump.p6#L344) | say pad($depth, .perl); | | [WARRINGD/PDF-ISO_32000
``…/make-modules.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/etc/make-modules.p6#L31) | for @non-idents.map: \*.perl { | | [WBIKER/IO-Prompt
``…/README.pod`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L13) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L17) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L21) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L29) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L49) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*71*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L71) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L74) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L77) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L23) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L27) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L31) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L35) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L43) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L47) | # say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L67) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L89) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*92*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L92) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*95*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L95) | say $a.perl; | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L91) | "call {$call.perl} answer {$answer.perl}" \~ | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*92*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L92) | " =\> {$result.perl} expected {$expected.perl}" | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L99) | "call {$call.perl} =\> {$prompt.do\_input\_buffer.perl}" \~ | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L100) | " expected {$output.perl}" | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/MySQL/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/Oracle/Searchable.pm6#L78) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/Pg/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/SQLite/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*63*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L63) | $param-type = $0 if $param.perl \~\~ /^ (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*64*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L64) | $short-param = "-$0" if $param.perl \~\~ / (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*65*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L65) | $long-param = "--$0" if $param.perl \~\~ / (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*66*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L66) | $default-value = $0 if $param.perl \~\~ / '=' \\s\* '"'? (\<-["]\>+) '"'? /; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*64*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L64) | die "NYI for $attr.perl()"; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*92*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L92) | say "Parsing ASNSequenceOf of $type.type().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*101*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L101) | note "Parsing ASNSetOf of $type.type().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*108*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L108) | say "Parsing ASNChoice with $tag.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*223*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L223) | say "Parsing $total out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*229*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L229) | say "Parsing \`$decoded.perl()\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*235*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L235) | say "Parsing \`$decoded.perl()\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*240*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L240) | say "Parsing \`{ $input[0] != 0 }\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*246*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L246) | say "Parsing \`$input[0]\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*251*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L251) | say "Parsing NULL out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*27*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L27) | say "Encoding Int ($int) with index $index, resulting in $int-encoded.reverse().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*63*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L63) | say "Encoding ASNSequence $sequence.^name() as $sequence.ASN-order().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*137*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L137) | die "Could not find value by $choice.ASN-value().key() out of $description.perl()"; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*158*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L158) | say "Encoding ASNChoice by $description.perl() with value: $value.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*164*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L164) | die "NYI for: $unknown-type.perl()"; | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*41*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L41) | @topics.push(WWW::DuckDuckGo::Link.new($topic)) if $topic.WHAT.perl eq 'Hash'; | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*48*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L48) | @topics.push(WWW::DuckDuckGo::Link.new($topic)) if $topic.WHAT.perl eq 'Hash'; | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*55*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L55) | @results.push(WWW::DuckDuckGo::Link.new($\_)) if $\_.WHAT.perl eq 'Hash'; | | [Bailador/Bailador
``…/app.pl6`` :*81*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/app/app.pl6#L81) | $result \~= "$k\\t" \~ $v.perl \~ "\\n"; | | [Bailador/Bailador
``…/controllers.pl6`` :*29*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/controllers/controllers.pl6#L29) | %.data.perl; | | [Bailador/Bailador
``…/postapp.pl6`` :*11*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/postapp/postapp.pl6#L11) | return [request.params.perl, request.content\_type, | | [Bailador/Bailador
``…/Multipart.pm`` :*15*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Request/Multipart.pm#L15) | die "CONTENT-DISPOSITION header is required for multipart/form-data " \~ %.headers.perl unless $content-disposition; | | [Bailador/Bailador
``…/Route.pm`` :*10*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L10) | ## https://rt.perl.org/Public/Bug/Display.html?id=131707 | | [Bailador/Bailador
``…/Route.pm`` :*11*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L11) | ## https://rt.perl.org/Public/Bug/Display.html?id=130690 | | [Bailador/Bailador
``…/Route.pm`` :*161*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L161) | $.url-matcher \~\~ Str ?? $.url-matcher !! $.url-matcher.perl; | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*217*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L217) | my $type = self.perl-type($a.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*238*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L238) | my $type = self.perl-type($sig.returns); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*250*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L250) | my $type = self.perl-type($p.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*287*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L287) | my $type = self.perl-type($a.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*326*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L326) | if not $nonnull and $type.WHAT.perl \~\~ /\\:D$/ | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*329*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L329) | ofType =\> self.perl-type($type, :nonnull) | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*339*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L339) | GraphQL::List.new(ofType =\> self.perl-type($type.of)); | | [CurtTilmes/Perl6-GraphQL
``…/Types.pm`` :*445*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL/Types.pm#L445) | $val.perl | | [CurtTilmes/perl6-dbi-async
``…/01-basic.t`` :*14*:](https://github.com/CurtTilmes/perl6-dbi-async/blob/977a23a98584812fb0a279e9dcb6d4301383de0f/t/01-basic.t#L14) | is $res.column-types.perl, [Str, Str, Int].perl, 'Types'; | | [FCO/6pm
``…/Meta6.pm6`` :*8*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/Meta6.pm6#L8) | has Str $.perl is json-skip-null is rw = "v6.\*"; | | [FCO/6pm
``…/SixPM.pm6`` :*15*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L15) | method get-perl6-version { prompt "perl6 version [{$!meta.perl}]: " } | | [FCO/6pm
``…/SixPM.pm6`` :*28*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L28) | $!meta.perl = $perl | | [FCO/6pm
``…/SixPM.pm6`` :*31*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L31) | $!meta.perl = $perl | | [FCO/6pm
``…/01-six-pm.t`` :*62*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/t/01-six-pm.t#L62) | is $meta.perl, "v6.\*"; | | [FCO/Injector
``…/Bind.pm6`` :*13*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Bind.pm6#L13) | "{$.bind-type}: name: {$!name.perl}; type: {$!type.^name}; capture: {$!capture.perl}; obj: {$!obj.gist}; {self.WHERE}" | | [FCO/Injector
``…/Storage.pm6`` :*10*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L10) | %!bind{$bind.name.perl; $bind.type.\&name; $bind.bind-type} = $bind; | | [FCO/Injector
``…/Storage.pm6`` :*14*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L14) | %!bind{$name.perl; $type.\&name}:exists | | [FCO/Injector
``…/Storage.pm6`` :*15*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L15) | ?? \|%!bind{$name.perl; $type.\&name}.first.values | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*38*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L38) | }, "{ $.name }{ $data.perl.subst(/\\\\/, "") }" | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*48*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L48) | flunk "{ $.name }({ $data.perl.subst(/\\\\/, "") })" unless $resp | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*50*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L50) | pass "{ $.name }{ $data.perl.subst(/\\\\/, "") }" | | [FCO/json-stream
``…/README.md`` :*10*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/README.md#L10) | say "[$key =\> $value.perl()]" | | [FCO/json-stream
``…/Stream.pm6`` :*8*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/lib/JSON/Stream.pm6#L8) | say "[$key =\> $value.perl()]" | | [FCO/json-stream
``…/01-t.t`` :*8*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L8) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*14*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L14) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*20*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L20) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*26*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L26) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*32*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L32) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*39*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L39) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*46*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L46) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*53*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L53) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*60*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L60) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*67*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L67) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*74*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L74) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*85*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L85) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*100*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L100) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*120*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L120) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*140*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L140) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*156*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L156) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*170*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L170) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*176*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L176) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*182*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L182) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/test.t`` :*4*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/test.t#L4) | say "[$key =\> $value.perl()]" | | [FROGGS/p6-JSON-Pretty
``…/Pretty.pm`` :*43*:](https://github.com/FROGGS/p6-JSON-Pretty/blob/c7c90d7358e4c806ee5460dfa25cb248e75c31a5/lib/JSON/Pretty.pm#L43) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [FROGGS/p6-JSON-Pretty
``…/04-roundtrip.t`` :*40*:](https://github.com/FROGGS/p6-JSON-Pretty/blob/c7c90d7358e4c806ee5460dfa25cb248e75c31a5/t/04-roundtrip.t#L40) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [FROGGS/p6-overload-constant
``…/README.md`` :*21*:](https://github.com/FROGGS/p6-overload-constant/blob/9bbfc7a4bad522762d2de6ed0d4bfb3cfb547b72/README.md#L21) | [1] http://perldoc.perl.org/overload.html#Overloading-Constants | | [IanTayler/MinG
``…/EDMG.pm6`` :*193*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/EDMG.pm6#L193) | debug("THIS SHOULD BE FALSE: {($nq eqv $.q).perl}"); | | [IanTayler/MinG
``…/S13.pm6`` :*89*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L89) | debug("THIS SHOULD BE FALSE: {($nq eqv $.q).perl}"); | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*100*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L100) | ### .gist and .perl | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*102*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L102) | This module modfiies .gist and .perl (in a fairly ugly way) so that | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*103*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L103) | \`.perl\`'s EVALablilty is preserved. However, \`.gist\` is modified so | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*38*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L38) | @attrs.push: $name \~ ' =\> ' \~ $attr.get\_value(self).perl | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*50*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L50) | @attrs.push: $name \~ ' =\> ' \~ $attr.get\_value(self).perl | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*22*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L22) | ok $envoy.perl \~\~ /'TOP SECRET'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*36*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L36) | ok $foo.perl \~\~ /'constructor-name'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*39*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L39) | ok $foo.perl \~\~ /'constructor-name'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*40*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L40) | ok $foo.perl \~\~ /'wee'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*53*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L53) | nok $foo.perl \~\~ /'no-set'/; | | [LLFourn/p6-AttrX-InitArg
``…/role.t`` :*22*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/role.t#L22) | ok $envoy.perl \~\~ /'TOP SECRET'/; | | [LLFourn/p6-CompUnit-Util
``…/README.md`` :*55*:](https://github.com/LLFourn/p6-CompUnit-Util/blob/fdbdc605663d951c43cd3229411d1860f725b0e3/README.md#L55) | [#127302](https://rt.perl.org/Public/Bug/Display.html?id=127302), you | | [Leont/build-graph6
``…/Graph.pm`` :*269*:](https://github.com/Leont/build-graph6/blob/ec807d1da46cc00e031e2e856d0a18cbe454ee99/lib/Build/Graph.pm#L269) | %ret\ = $!pattern.perl; | | [Leont/build-simple6
``…/basic.t`` :*75*:](https://github.com/Leont/build-simple6/blob/67c96b73327d26402fd73f228656e09495be05f6/t/basic.t#L75) | is-deeply(@\*got.List, $expected.List, "Got {$expected.perl} in run $run-$count"); | | [MARTIMM/BSON
``…/CHANGES.md`` :*64*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/doc/CHANGES.md#L64) | \* Small bugfix in Document.perl() | | [MARTIMM/BSON
``…/Binary.pm6`` :*56*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Binary.pm6#L56) | my Str $bstr = $!binary-data.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*105*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L105) | #note "P: ", $pair.perl, ', ', $pair.value.defined; | | [MARTIMM/BSON
``…/Document.pm6`` :*179*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L179) | $perl \~= $value.perl( $indent, :skip-indent($key.defined)); | | [MARTIMM/BSON
``…/Document.pm6`` :*199*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L199) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*204*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L204) | # $perl \~= $value.perl,\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*209*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L209) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*214*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L214) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*219*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L219) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*224*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L224) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*239*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L239) | self.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*371*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L371) | :operation("\\$d\<$key\> = ({$pair.perl}, ...)"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*408*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L408) | :operation("\\$d\<$key\> = {$new.perl}"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*478*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L478) | die "Call me capture: ", capture.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*614*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L614) | #note "Encode element ", $p.perl, ', ', $p.key.WHAT, ', ', $p.value.WHAT; | | [MARTIMM/BSON
``…/Document.pm6`` :*622*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L622) | #note "Tempvalue: KV: $p.perl()"; | | [MARTIMM/BSON
``…/Javascript.pm6`` :*51*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Javascript.pm6#L51) | $perl \~= $jvs-i1 \~ ":scope\\(\\n{$!scope.perl($indent+2)}"; | | [MARTIMM/BSON
``…/300-document.t`` :*193*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L193) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*197*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L197) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*223*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L223) | diag "$?LINE, $d.perl()"; | | [MARTIMM/BSON
``…/300-document.t`` :*227*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L227) | diag "$?LINE, $d.new($b).perl()"; | | [MARTIMM/BSON
``…/350-document.t`` :*15*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/350-document.t#L15) | # diag $d.perl; | | [MARTIMM/BSON
``…/350-document.t`` :*38*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/350-document.t#L38) | # diag $d.perl; | | [MARTIMM/BSON
``…/bench-doc-int.pl6`` :*39*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/bench-doc-int.pl6#L39) | say "$d1, $d2, ", $buf1.perl, ', ', $buf2.perl; | | [MARTIMM/BSON
``…/double.pl6`` :*23*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/double.pl6#L23) | say "N: $n2, ", $bn2.perl; | | [MARTIMM/BSON
``…/int.pl6`` :*25*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/int.pl6#L25) | say "I = $i2, bi2 = ", $bi2.perl; | | [MARTIMM/BSON
``…/701-decoder.t`` :*9*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/701-decoder.t#L9) | #say "d1: {$d1.perl}"; | | [MARTIMM/BSON
``…/703-encodable.t`` :*69*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/703-encodable.t#L69) | #say "H: ", $h.perl; | | [MARTIMM/BSON
``…/p.pl6`` :*15*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/p.pl6#L15) | say "D: ", $req.perl; | | [MARTIMM/PKCS5
``…/PBKDF2.pm6`` :*48*:](https://github.com/MARTIMM/PKCS5/blob/939c0d173672986f3a082e2babd7cd27456b6b94/lib/PKCS5/PBKDF2.pm6#L48) | #say \&$CGH.perl; | | [MARTIMM/PKCS5
``…/PBKDF2.pm6`` :*51*:](https://github.com/MARTIMM/PKCS5/blob/939c0d173672986f3a082e2babd7cd27456b6b94/lib/PKCS5/PBKDF2.pm6#L51) | \&$CGH.perl \~\~ m/ ['sub'\|'method'] \\s+ ( \<.ident\>+ ) /; | | [MARTIMM/config-datalang-refine
``…/100-refine-toml.t`` :*241*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/100-refine-toml.t#L241) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/200-refine-json.t`` :*219*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/200-refine-json.t#L219) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/200-refine-json.t`` :*233*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/200-refine-json.t#L233) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*63*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L63) | diag "Configuration: " \~ $c.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*66*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L66) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*72*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L72) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*80*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L80) | diag "Configuration: " \~ $c.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*82*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L82) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*88*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L88) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*10*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L10) | say "\\n", $c.refine(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*12*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L12) | say "\\n", $c.refine-filter(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*14*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L14) | say "\\n", $c.refine-filter-str(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*16*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L16) | say "\\n", $c.refine-filter-str(\).perl; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*81*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L81) | say "C: ", $c.perl; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*105*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L105) | say "Create $helper-name, {$code.perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*191*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L191) | say "P: ", $p.perl; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*194*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L194) | say "DD: ", $p.perl; | | [MARTIMM/mongo-perl6-driver
``…/logging.pl6`` :*27*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/logging.pl6#L27) | note "Insert result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/meta.pl6`` :*185*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/meta.pl6#L185) | say "0: $A.^parents(:all).perl()"; | | [MARTIMM/mongo-perl6-driver
``…/names.pl6`` :*80*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/names.pl6#L80) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/open-socket.pl6`` :*8*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/open-socket.pl6#L8) | note $sock.perl; | | [MARTIMM/mongo-perl6-driver
``…/run-command.pl6`` :*37*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/run-command.pl6#L37) | info-message($doc.perl); | | [MARTIMM/mongo-perl6-driver
``…/run-command.pl6`` :*57*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/run-command.pl6#L57) | info-message($doc.perl); | | [MARTIMM/mongo-perl6-driver
``…/sock.pl6`` :*13*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/sock.pl6#L13) | say $sock.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pl6`` :*47*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pl6#L47) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pl6`` :*69*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pl6#L69) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pm6`` :*189*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pm6#L189) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/mongo-perl6-driver
``…/table-role.pm6`` :*190*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pm6#L190) | $field-spec[3].WHAT.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*45*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L45) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*103*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L103) | note "Master data:\\n", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*135*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L135) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*165*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L165) | note "Result of replSetReconfig:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*178*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L178) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*202*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L202) | note "Result of replSetInitiate:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*212*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L212) | note "Result master data:\\n", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*255*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L255) | $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*293*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L293) | $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*80*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L80) | note "Returned document info: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*90*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L90) | note "Account:\\n ", $u.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*265*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L265) | note "A: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*288*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L288) | note "R: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*349*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L349) | note "\\nServer status: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*37*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L37) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*68*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L68) | note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*201*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L201) | #note "IM 1: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*219*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L219) | note "Admin user creation result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*242*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L242) | note "User $uname creation result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*246*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L246) | note "R: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*249*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L249) | note "Account:\\n ", $u.perl; | | [MARTIMM/mongo-perl6-driver
``…/Design-software.md`` :*104*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Design/Design-software.md#L104) | say $doc.perl; # do something ... | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*77*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L77) | %document.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*85*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L85) | $cursor.fetch( ).perl.say; | | [MARTIMM/mongo-perl6-driver
``…/MongoDB.pod6`` :*598*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB.pod6#L598) | :oper-data({ nooops =\> True}.perl), | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*194*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L194) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*245*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L245) | #say "MPR P: {@req.perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*253*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L253) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*316*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L316) | oper-data =\> %doc.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*338*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L338) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*383*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L383) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*421*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L421) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*441*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L441) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*454*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L454) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*469*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L469) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*495*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L495) | oper-data =\> $sub-doc.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*524*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L524) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*545*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L545) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*570*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L570) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pod6`` :*21*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pod6#L21) | $document.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pod6`` :*28*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pod6#L28) | $cursor.fetch.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pm6`` :*214*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pm6#L214) | note "Get more: ", $cursor-doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pod6`` :*25*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pod6#L25) | while $cursor.fetch -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pod6`` :*42*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pod6#L42) | for $collection.find -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/mongo-perl6-driver
``…/Database.pm6`` :*74*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pm6#L74) | #note "Cursor doc 1: ", $doc\\.perl; | | [MARTIMM/mongo-perl6-driver
``…/Database.pm6`` :*96*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pm6#L96) | #note "Cursor doc 2: ", $doc\.perl; | | [MARTIMM/mongo-perl6-driver
``…/Database.pod6`` :*109*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pod6#L109) | # Method 1. With info from http://perldoc.perl.org/perlhist.html | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*324*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L324) | #say $ds.perl; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*355*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L355) | #say $req.perl; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*499*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L499) | fatal-message("Field $k in schema has problems: " \~ $v.perl); | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*525*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L525) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*526*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L526) | $field-spec[3].WHAT.perl; | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*262*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L262) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*283*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L283) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*308*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L308) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*333*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L333) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*361*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L361) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*381*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L381) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*257*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L257) | #note "$\*THREAD.id() header decoded, $message-header.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*290*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L290) | #note "$\*THREAD.id() reply doc, $reply-document.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*310*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L310) | #note "$\*THREAD.id() doc $document.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Log.pm6`` :*175*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Log.pm6#L175) | # say .perl; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*79*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L79) | trace-message("First contact result: " \~ ($doc//'-').perl); | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*82*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L82) | #note "\\n$\*THREAD.id(): {($doc//'-').perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*120*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L120) | #note "\\n$\*THREAD.id() In server, data from Monitor: ", ($monitor-data // {}).perl; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*138*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L138) | #note "MData: $monitor-data.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*154*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L154) | warn-message("Missing field in doc {$mdata.perl}"); | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*158*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L158) | warn-message("Unknown error: {($mdata // '-').perl}"); | | [MARTIMM/mongo-perl6-driver
``…/Monitor.pm6`` :*156*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server/Monitor.pm6#L156) | \~ ($doc//'-').perl | | [MARTIMM/mongo-perl6-driver
``…/200-Database.t`` :*49*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/200-Database.t#L49) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-Database.t`` :*95*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/200-Database.t#L95) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/300-Collection.t`` :*96*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/300-Collection.t#L96) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/300-Collection.t`` :*166*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/300-Collection.t#L166) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/400-run-command.t`` :*161*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/400-run-command.t#L161) | #note "Doc d: ", $d.perl; | | [MARTIMM/mongo-perl6-driver
``…/450-find.t`` :*236*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/450-find.t#L236) | # $collection.find( :$criteria, :$projection).perl; | | [MARTIMM/mongo-perl6-driver
``…/Test-support.pm6`` :*52*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/Test-support.pm6#L52) | say $document.perl; | | [MARTIMM/mongo-perl6-driver
``…/Test-support.pm6`` :*394*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/Test-support.pm6#L394) | #note "V: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/500-Users.t`` :*185*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Accounts/500-Users.t#L185) | #say "Doc: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/500-Users.t`` :*190*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Accounts/500-Users.t#L190) | #say "Doc: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/070-uri.t`` :*142*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Basic/070-uri.t#L142) | say "\\nReq: ", $req.perl, "\\n"; | | [MARTIMM/mongo-perl6-driver
``…/070-uri.t`` :*143*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Basic/070-uri.t#L143) | say "\\nDoc: ", $doc.perl, "\\n"; | | [MARTIMM/mongo-perl6-driver
``…/112-Client.t`` :*98*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/112-Client.t#L98) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-datetime.t`` :*51*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/200-datetime.t#L51) | diag "Update " \~ $response.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-datetime.t`` :*61*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/200-datetime.t#L61) | ).perl; | | [MARTIMM/mongo-perl6-driver
``…/612-repl-start.t`` :*58*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/612-repl-start.t#L58) | #diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/612-repl-start.t`` :*97*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/612-repl-start.t#L97) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/465-HLCollection.t`` :*71*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/465-HLCollection.t#L71) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/465-HLCollection.t`` :*170*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/465-HLCollection.t#L170) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*91*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L91) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*122*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L122) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*137*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L137) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/driver-authentication.sxml`` :*143*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Sxml/driver-authentication.sxml#L143) | say "Doc:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/driver-authentication.t`` :*54*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Sxml/driver-authentication.t#L54) | say "Doc:", $doc.perl; | | [MadcapJake/Test-Lab
``…/Errors.pm6`` :*33*:](https://github.com/MadcapJake/Test-Lab/blob/426512b31da69642145517ac2475050c1fa8f7ab/lib/Test/Lab/Errors.pm6#L33) | " {$observation.exception.perl}\\n" \~ | | [MadcapJake/Test-Lab
``…/Errors.pm6`` :*36*:](https://github.com/MadcapJake/Test-Lab/blob/426512b31da69642145517ac2475050c1fa8f7ab/lib/Test/Lab/Errors.pm6#L36) | " {$observation.value.perl}" | | [MattOates/Text--Emotion
``…/basic.t`` :*9*:](https://github.com/MattOates/Text--Emotion/blob/1327f8be4b4ff027399a6006fdf56da0672d39fc/t/basic.t#L9) | say $scorer.WHAT.perl; | | [Mouq/json5
``…/Tiny.pm6`` :*46*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/lib/JSON5/Tiny.pm6#L46) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [Mouq/json5
``…/03-unicode.t`` :*16*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/t/03-unicode.t#L16) | or say "# Got: {$o.ast.perl}\\n# Expected: {$p.value.perl}"; | | [Mouq/json5
``…/04-roundtrip.t`` :*39*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/t/04-roundtrip.t#L39) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [Mouq/toml-pm6
``…/TOML.pm6`` :*8*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L8) | sub quot-maybe(Str $\_) { m/\<-[A..Za..z0..9\_-]\>/ ?? .perl !! $\_ } | | [Mouq/toml-pm6
``…/TOML.pm6`` :*39*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L39) | die "Don't know how to represent $t.perl() as a TOML value."; | | [Mouq/toml-pm6
``…/TOML.pm6`` :*44*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L44) | multi to-toml-val(Str $s) { $s.perl } | | [Mouq/toml-pm6
``…/TOML.pm6`` :*46*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L46) | multi to-toml-val(Numeric $n) { $n.perl } | | [Perl6-Noise-Gang/Audio-PortAudio
``…/enum-devices`` :*9*:](https://github.com/Perl6-Noise-Gang/Audio-PortAudio/blob/3eeabdc29be87e394fc7a35f2892c3ec13209a04/examples/enum-devices#L9) | say $dev.perl; | | [Skarsnik/gptrixie
``…/gptrixie`` :*382*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/bin/gptrixie#L382) | say $t.perl; | | [Skarsnik/gptrixie
``…/DumbGenerator.pm6`` :*66*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/DumbGenerator.pm6#L66) | debug "==" x $cpt \~ $t.id \~ ' ' \~ $t.WHAT.perl \~ ' ' \~ $t; | | [Skarsnik/gptrixie
``…/DumbGenerator.pm6`` :*68*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/DumbGenerator.pm6#L68) | debug "ref-type : " \~ $t.ref-type.id \~ '/' \~ $t.ref-id \~ ' '\~ $t.ref-type.WHAT.perl \~ " - " \~ $t.ref-type; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*14*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L14) | say $gpt-conf.perl, $gpt-conf.WHAT; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*21*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L21) | say $mod-conf.perl , $mod-conf.WHAT; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*52*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L52) | \~ %conf\.perl \~ '))}'; | | [Skarsnik/gptrixie
``…/HandleFileDeps.pm6`` :*9*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/HandleFileDeps.pm6#L9) | say %alldeps.perl; | | [Skarsnik/nativecall-typediag
``…/gumbo.pl6`` :*17*:](https://github.com/Skarsnik/nativecall-typediag/blob/a0d3f9aa44567090bbde5635e4b617e7c68f0c76/examples/gumbo.pl6#L17) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [Skarsnik/nativecall-typediag
``…/TypeDiag.pm6`` :*27*:](https://github.com/Skarsnik/nativecall-typediag/blob/a0d3f9aa44567090bbde5635e4b617e7c68f0c76/lib/NativeCall/TypeDiag.pm6#L27) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [Skarsnik/p6-linux-proc-statm
``…/README.md`` :*9*:](https://github.com/Skarsnik/p6-linux-proc-statm/blob/3c693653154614ff5e4d22b8120e87b3b5d788b6/README.md#L9) | say get-statm.perl; #use $\*PID | | [Skarsnik/perl6-irc-art
``…/Art.pm6`` :*180*:](https://github.com/Skarsnik/perl6-irc-art/blob/c89376fb3dc6bd239cd1c9e48caaacd457fba9c3/lib/IRC/Art.pm6#L180) | $fh.print(@!canvas.perl); | | [Takadonet/Algorithm--Diff
``…/oo.t`` :*40*:](https://github.com/Takadonet/Algorithm--Diff/blob/3e2e24b4757506885a6ea6539d5f40c092389aa9/t/oo.t#L40) | # $d.perl.say; github/TiMBuS/Net--IRC/README.pod62 $server = "irc.perl.org"; | | [TiMBuS/Net--IRC
``…/Bot.pm`` :*17*:](https://github.com/TiMBuS/Net--IRC/blob/cfc00411fd10eb41c63c90a7e82f451b6c9127bf/lib/Net/IRC/Bot.pm#L17) | has $.server = "irc.perl.org"; | | [TiMBuS/Net--IRC
``…/Bot.pm`` :*111*:](https://github.com/TiMBuS/Net--IRC/blob/cfc00411fd10eb41c63c90a7e82f451b6c9127bf/lib/Net/IRC/Bot.pm#L111) | or $\*ERR.say("Could not parse the following IRC event: $line.perl()") and return; | | [Tux/CSV
``…/.travis.yml`` :*35*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/.travis.yml#L35) | - "irc.perl.org#csv" | | [Tux/CSV
``…/43-1.t`` :*16*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L16) | note $u.uninames.perl; | | [Tux/CSV
``…/43-1.t`` :*24*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L24) | note $s.uninames.perl; | | [Tux/CSV
``…/43-1.t`` :*30*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L30) | note $csv.fields[1].text.uninames.perl; | | [Tux/CSV
``…/META6.json`` :*17*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/META6.json#L17) | "irc" : "irc://irc.perl.org/#csv" | | [Tux/CSV
``…/018-debug.txt`` :*7*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/018-debug.txt#L7) | $ perl6 -e'.perl.say for 1, "test.pl".IO, 1/4, \\4' | | [Tux/CSV
``…/021-bugs.txt`` :*9*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/021-bugs.txt#L9) | @foo.perl.say; | | [Tux/CSV
``…/050-meta.txt`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/050-meta.txt#L21) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}]).perl.say' | | [Tux/CSV
``…/050-meta.txt`` :*24*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/050-meta.txt#L24) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}], :blank-is-undef).perl.say' | | [Tux/CSV
``…/073-check.txt`` :*12*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/073-check.txt#L12) | $c.is-insane.perl.say; | | [Tux/CSV
``…/074-build.txt`` :*22*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/074-build.txt#L22) | $c.is-insane.perl.say; | | [Tux/CSV
``…/index`` :*13*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/index#L13) | - .perl and .gist | | [Tux/CSV
``…/Notes`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/Notes#L21) | $ p6 -e'"\\x[00d0]\\x[0110]\\x[0189]".perl.say' | | [Tux/CSV
``…/bugs.pl`` :*75*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L75) | # https://rt.perl.org/Ticket/Display.html?id=122892 | | [Tux/CSV
``…/bugs.pl`` :*96*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L96) | c.new.bar("baz").perl.say; | | [Tux/CSV
``…/bugs.pl`` :*97*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L97) | c.new.bux("baz").perl.say; | | [Tux/CSV
``…/bugs.pl`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L102) | # https://rt.perl.org//Public/Bug/Display.html?id=123597 | | [Tux/CSV
``…/bugs.pl`` :*193*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L193) | q{my @x = ("foo",1,Nil,2,"a","",3); @x.perl.say}); | | [Tux/CSV
``…/bugs.pl`` :*255*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L255) | q{my$fh=open "t.csv",:w;$fh.print("+");$fh.close;$fh=open "t.csv",:r;$fh.get.perl.say;}); | | [Tux/CSV
``…/bugs.pl`` :*260*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L260) | q{my$fh=open "crnl.csv",:r,:!chomp;$fh.get.perl.say;}); | | [Tux/CSV
``…/csv.pl`` :*159*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L159) | #say $csv\_parser.perl; | | [Tux/CSV
``…/csv.pl`` :*161*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L161) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv.pl`` :*164*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L164) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv.pl`` :*172*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L172) | #say @r.perl; | | [Tux/CSV
``…/csv_gram.pl`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L102) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*107*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L107) | say $csv\_parser2.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*110*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L110) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*115*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L115) | say $csv\_parser2.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*124*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L124) | # say $r.perl; | | [Tux/CSV
``…/csv-check`` :*28*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/examples/csv-check#L28) | my Str $x = $s.perl; | | [Tux/CSV
``…/csv-check-tuxic`` :*27*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/examples/csv-check-tuxic#L27) | my Str $x = $s.perl; | | [Tux/CSV
``…/CSV.pm`` :*239*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L239) | say "Row: ", $.row.to\_list.perl; | | [Tux/CSV
``…/CSV.pm`` :*240*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L240) | say "Col: ", $.col.to\_list.perl; | | [Tux/CSV
``…/CSV.pm`` :*322*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L322) | $s \~ ":" \~ $!text.perl; | | [Tux/CSV
``…/CSV.pm`` :*1021*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1021) | $opt\_v \> 4 and progress ($!record\_number, $buffer.perl); | | [Tux/CSV
``…/CSV.pm`` :*1057*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1057) | $opt\_v \> 2 and progress (0, @ch.perl); | | [Tux/CSV
``…/CSV.pm`` :*1074*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1074) | $opt\_v \> 8 and progress ($i, "###", $chunk.perl\~"\\t", $f.gist); | | [Tux/CSV
``…/CSV.pm`` :*1091*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1091) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [Tux/CSV
``…/CSV.pm`` :*1119*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1119) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [Tux/CSV
``…/12_acc.t`` :*248*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/12_acc.t#L248) | is ($e, 1003, $x.perl \~ " in $attr"); | | [Tux/CSV
``…/40_misc.t`` :*9*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/40_misc.t#L9) | sub is\_binary (Str $got, Str $exp, Str $tst) { is ($got.perl, $exp.perl, $tst); } | | [Tux/CSV
``…/41_null.t`` :*76*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/41_null.t#L76) | is (@got.perl, @line.perl, "read [ ... ]"); | | [Tux/CSV
``…/41_null.t`` :*114*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/41_null.t#L114) | is (@got.perl, @line.perl, "read [ ... ]"); | | [Tux/CSV
``…/45_eol.t`` :*35*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L35) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*120*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L120) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*153*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L153) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*163*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L163) | my $s\_rs = $rs.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*27*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L27) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*55*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L55) | is (@p.perl, @f.perl, "result \|$s\_eol\|"); | | [Tux/CSV
``…/46_eol_si.t`` :*67*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L67) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*98*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L98) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*109*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L109) | my $s\_rs = $rs.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*122*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L122) | note " ", $efn.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*123*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L123) | note " --\> ", @row.perl; | | [Tux/CSV
``…/50_utf8.t`` :*38*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/50_utf8.t#L38) | is ($str.perl, $exp.perl, "string $msg"); | | [Tux/CSV
``…/50_utf8.t`` :*43*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/50_utf8.t#L43) | is ((@out[$\_]//CSV::Field.new).text.perl, @in[$\_].perl, "field $\_ $msg") for ^@in.elems; | | [Tux/CSV
``…/55_combi.t`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/55_combi.t#L21) | my $combi = join " ", "--", map { sprintf "%6s", %attr{$\_}.perl; }, | | [Tux/CSV
``…/55_combi.t`` :*84*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/55_combi.t#L84) | $csv.error\_diag.perl.say; | | [Tux/CSV
``…/65_allow.t`` :*81*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L81) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*120*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L120) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*143*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L143) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*170*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L170) | #("# $tst $bin " \~ $eol.perl \~ "\\t" \~ $csv.error\_diag.error).say; | | [Tux/CSV
``…/65_allow.t`` :*176*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L176) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/77_getall.t`` :*39*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L39) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*41*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L41) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [Tux/CSV
``…/77_getall.t`` :*45*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L45) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*88*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L88) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*90*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L90) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [Tux/CSV
``…/77_getall.t`` :*94*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L94) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/79_callbacks.t`` :*137*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/79_callbacks.t#L137) | ok (True, "Callbacks: "\~@args.perl); | | [Tux/CSV
``…/80_diag.t`` :*29*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/80_diag.t#L29) | is ($csv.parse ($buf), False, "$err - Err for parse ({$buf.perl})"); | | [Tux/CSV
``…/80_diag.t`` :*135*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/80_diag.t#L135) | is ($e.error, 2013, "Illegal RFC7111 spec ({$spec.perl})"); | | [Tux/CSV
``…/85_util.t`` :*76*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/85_util.t#L76) | is ($self, Any, "FAIL for {$data.perl}"); | | [Tux/CSV
``…/85_util.t`` :*108*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/85_util.t#L108) | ok (my $slf = $csv.header ($fh, :$munge-column-names), "header with fold {$munge-column-names.perl}"); | | [Tux/CSV
``…/90_csv.t`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/90_csv.t#L102) | #@r.perl.say; | | [Tux/CSV
``…/test.pl`` :*26*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L26) | # text last for formatted output of .perl (for now) | | [Tux/CSV
``…/test.pl`` :*91*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L91) | $opt\_v \> 8 and say $buffer.perl; | | [Tux/CSV
``…/test.pl`` :*130*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L130) | $opt\_v \> 8 and progress($i, "###", "'$chunk'", $f.perl); | | [Tux/CSV
``…/test.pl`` :*153*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L153) | $opt\_v \> 5 and progress($i, "QUO", $f.perl); | | [Tux/CSV
``…/test.pl`` :*204*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L204) | $opt\_v \> 5 and progress($i, "ESC", $f.perl); | | [Tux/CSV
``…/test.pl`` :*224*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L224) | $opt\_v \> 1 and say $csv\_parser.perl; | | [Tux/CSV
``…/test.pl`` :*225*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L225) | $opt\_v and progress(.perl) for $csv\_parser.parse($test); | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*12*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L12) | is $q.perl, mqn( 0, 0, 0, 0), 'Bare Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*18*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L18) | is $q.perl, mqn( 1, 0, 0, 0 ), 'Unit Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*24*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L24) | is $q.perl, mqn( 3, 0, 0, 0 ), 'Real Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*30*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L30) | is $q.perl, mqn( 3, 4, 5, 6 ), 'Full Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*37*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L37) | is $q.perl, mqn( '8e0', '9e0', 0, 0 ), 'Complex Quat: .perl'; | | [ab5tract/Terminal-Print
``…/RawInput.pm6`` :*25*:](https://github.com/ab5tract/Terminal-Print/blob/2b3b9a3568cdc4a6317a4035c9b30909b05f69b8/lib/Terminal/Print/RawInput.pm6#L25) | # https://rt.perl.org/Public/Bug/Display.html?id=130716 | | [afiskon/p6-xml-parser-tiny
``…/README`` :*20*:](https://github.com/afiskon/p6-xml-parser-tiny/blob/fdb5aab5f2f012df599a82cb3f8693852e330ec5/README#L20) | say $tree.perl; | | [afiskon/p6-xml-parser-tiny
``…/Tiny.pm6`` :*42*:](https://github.com/afiskon/p6-xml-parser-tiny/blob/fdb5aab5f2f012df599a82cb3f8693852e330ec5/lib/XML/Parser/Tiny.pm6#L42) | say $tree.perl; | | [ajs/perl6-Math-Sequences
``…/Integer.pm`` :*36*:](https://github.com/ajs/perl6-Math-Sequences/blob/fe01de360f9b51040cfe82bd20ad6658f402ae98/lib/Math/Sequences/Integer.pm#L36) | self.min.perl, self.max.perl, | | [akiym/JSON-Hjson
``…/README.md`` :*21*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/README.md#L21) | say from-hjson($text).perl; | | [akiym/JSON-Hjson
``…/Hjson.pm6`` :*39*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/lib/JSON/Hjson.pm6#L39) | say from-hjson($text).perl; | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*19*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L19) | cmp-ok $got.perl, 'eq', $expected.perl, $name; | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*27*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L27) | if $retval.WHAT === Num \&\& $retval.perl \~\~ /e0$/ { | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*30*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L30) | if $retval.WHAT === Rat \&\& $retval.perl \~\~ /\\.0$/ { | | [andydude/p6-c-parser
``…/cdump.pl6`` :*42*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L42) | if $ast.WHAT.perl eq 'Any' { | | [andydude/p6-c-parser
``…/cdump.pl6`` :*54*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L54) | my $out = C::Parser::Utils::fake\_indent($ast.ast.perl); | | [andydude/p6-c-parser
``…/cdump.pl6`` :*63*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L63) | say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*8*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L8) | if $operator.WHAT.perl ne 'Match' { | | [andydude/p6-c-parser
``…/Utils.pm6`` :*49*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L49) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*66*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L66) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*78*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L78) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Actions.pm6`` :*706*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/Parser/Actions.pm6#L706) | #say C::Parser::Utils::fake\_indent($ast.perl); | | [andydude/p6-c-parser
``…/primary_lex.t`` :*25*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/t/primary_lex.t#L25) | #say @tokens.perl; | | [araraloren/perl6-terminal-table
``…/Frame.pm6`` :*93*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/Frame.pm6#L93) | return self.defined ?? "Line.new(base =\> \\"{$!base.perl}\\", n =\> $!n)" !! "(Line)"; | | [araraloren/perl6-terminal-table
``…/Frame.pm6`` :*127*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/Frame.pm6#L127) | return self.defined ?? "Corner.new(base =\> \\"{$!base.perl}\\")" !! "(Corner)"; | | [araraloren/perl6-terminal-table
``…/String.pm6`` :*103*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/String.pm6#L103) | " width =\> {$!width}, style =\> {$!style.perl})" !! "(String)"; | | [araraloren/perl6-terminal-table
``…/VisitorHelper.pm6`` :*26*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/VisitorHelper.pm6#L26) | fail "Not wrapper named: $name with signature {c.perl}!"; | | [atweiden/config-toml
``…/Dumper.pm6`` :*80*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L80) | is-bare-key(.keys[0]) ?? .keys[0] !! .keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*89*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L89) | is-bare-key(.keys[0]) ?? .keys[0] !! .keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*100*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L100) | !! %table-array-pair.keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*135*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L135) | $key.perl, | | [atweiden/config-toml
``…/Dumper.pm6`` :*253*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L253) | is-bare-key(.key) ?? .key !! .key.perl | | [atweiden/config-toml
``…/TOML.pm6`` :*334*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/X/Config/TOML.pm6#L334) | Got: {$.array.perl} | | [atweiden/crane
``…/README.md`` :*32*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L32) | say Crane.list(%h10).perl; | | [atweiden/crane
``…/README.md`` :*150*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L150) | say %inxi.perl; # :info({ :memory(31868.0, 32140.1), :processes(244) }) | | [atweiden/crane
``…/README.md`` :*166*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L166) | say %i.perl; | | [atweiden/crane
``…/README.md`` :*184*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L184) | say %h.perl; | | [atweiden/crane
``…/README.md`` :*201*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L201) | say @a.perl; | | [atweiden/crane
``…/README.md`` :*213*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L213) | say @b.perl; | | [atweiden/crane
``…/README.md`` :*236*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L236) | say %archversion.perl; | | [atweiden/crane
``…/README.md`` :*300*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L300) | say $value.perl; # { :instock(21), :name("lima beans"), :unit("lbs") } | | [atweiden/crane
``…/README.md`` :*303*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L303) | say $value-k.perl; # 1 | | [atweiden/crane
``…/README.md`` :*306*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L306) | say $value-p.perl; # 1 =\> { :instock(21), :name("lima beans"), :unit("lbs") } | | [atweiden/crane
``…/README.md`` :*345*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L345) | say %p.perl; # { :peter({ :pan("boy"), :pickle("dunno"), :piper("man") }) } | | [atweiden/crane
``…/README.md`` :*436*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L436) | say @a.perl; # [] | | [atweiden/crane
``…/README.md`` :*437*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L437) | say @b.perl; # ["foo"] | | [atweiden/crane
``…/README.md`` :*471*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L471) | say %h.perl; # { :example\ } | | [atweiden/crane
``…/README.md`` :*472*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L472) | say %h2.perl; # {} | | [atweiden/crane
``…/README.md`` :*494*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L494) | say $a.perl; [1, 2, 3] | | [atweiden/crane
``…/README.md`` :*538*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L538) | say %a.perl; # { :a\, :b\, :c\ } | | [atweiden/crane
``…/README.md`` :*539*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L539) | say %b.perl; # { :vm\ } | | [atweiden/crane
``…/README.md`` :*611*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L611) | say %h.perl; # { :example("hello") } | | [atweiden/crane
``…/README.md`` :*612*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L612) | say %h2.perl; # { :example("hello"), :sample("hello") } | | [atweiden/file-path-resolve
``…/README.md`` :*14*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L14) | File::Path::Resolve.absolute($tilde).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*18*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L18) | File::Path::Resolve.absolute($conkyrc).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*22*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L22) | File::Path::Resolve.relative($script, $conkyrc).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*29*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L29) | File::Path::Resolve.absolute($dots).perl.say; | | [atweiden/txn-parser
``…/Types.pm6`` :*20*:](https://github.com/atweiden/txn-parser/blob/753a6db8caec9b68de966d2f887b11485abd3f97/lib/TXN/Parser/Types.pm6#L20) | Str $s where { TXN::Parser::Grammar.parse(.perl, :rule\) } | | [atweiden/txn-parser
``…/Types.pm6`` :*104*:](https://github.com/atweiden/txn-parser/blob/753a6db8caec9b68de966d2f887b11485abd3f97/lib/TXN/Parser/Types.pm6#L104) | Str $s where { TXN::Parser::Grammar.parse(.perl, :rule\) } | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*35*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L35) | # See https://rt.perl.org/Ticket/Display.html?id=114480 - table | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*41*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L41) | # https://rt.perl.org/Ticket/Display.html?id=126740. The caption in | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*43*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L43) | # https://rt.perl.org/Ticket/Display.html?id=126742. | | [autarch/perl6-Pod-TreeWalker
``…/basic.t`` :*240*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/t/basic.t#L240) | todo( 'https://rt.perl.org/Ticket/Display.html?id=126651', 1 ); | | [awwaiid/p6-Inline-Ruby
``…/Ruby.pm6`` :*198*:](https://github.com/awwaiid/p6-Inline-Ruby/blob/3fcd253288e9bb6caca8a5fe2e6c2e9090a6b5ab/lib/Inline/Ruby.pm6#L198) | # say "Loading a ruby lib... {$spec.perl}"; | | [awwaiid/p6-lrep
``…/trystuff.p6`` :*11*:](https://github.com/awwaiid/p6-lrep/blob/6e0eff5fd8eafd27d3bf246f96beabe5d4918653/trystuff.p6#L11) | # say "Lexical keys: {LEXICAL::.keys.perl}"; | | [azawawi/farabi6
``…/test_http_server_async.pl`` :*7*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/examples/test_http_server_async.pl#L7) | ('[INFO] ' \~ $request.perl).say; | | [azawawi/farabi6
``…/perl.js`` :*18*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/lib/Farabi6/files/assets/3rd-party/codemirror-v5.0/mode/perl/perl.js#L18) | // http://perldoc.perl.org | | [azawawi/perl6-clean
``…/Clean.pm6`` :*34*:](https://github.com/azawawi/perl6-clean/blob/fefb5ed2602c5ddaf6118d1a756513e68db3e2f3/lib/Clean.pm6#L34) | clean Foo.new, -\> $o { say $o.perl if $o.defined; } | | [azawawi/perl6-electron
``…/dialog.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L14) | say Electron::Dialog.show-open-dialog.perl; | | [azawawi/perl6-electron
``…/dialog.p6`` :*16*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L16) | say Electron::Dialog.show-save-dialog.perl; | | [azawawi/perl6-electron
``…/dialog.p6`` :*18*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L18) | say Electron::Dialog.show-message-box.perl; | | [azawawi/perl6-electron
``…/process.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/process.p6#L14) | say Electron::Process.versions.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L14) | say Electron::Screen.get\_cursor\_screen\_point.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*16*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L16) | say Electron::Screen.get\_primary\_display.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*18*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L18) | say Electron::Screen.get-all-displays.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*20*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L20) | say Electron::Screen.get-display-nearest-point({x =\> 0, y =\> 0}).perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*22*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L22) | say Electron::Screen.get-display-matching({x =\> 0, y =\> 0, width =\> 800, height =\> 600}).perl; | | [azawawi/perl6-file-zip
``…/README.md`` :*15*:](https://github.com/azawawi/perl6-file-zip/blob/91446975e69e90bdf6763d4e556cf617ce33a2a3/README.md#L15) | say $\_.perl for $zip-file.files; | | [azawawi/perl6-file-zip
``…/test.p6`` :*10*:](https://github.com/azawawi/perl6-file-zip/blob/91446975e69e90bdf6763d4e556cf617ce33a2a3/examples/test.p6#L10) | say $\_.perl for $zip-file.files; | | [azawawi/perl6-gtk-scintilla
``…/02-events.pl6`` :*52*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/examples/02-events.pl6#L52) | printf("edge-mode = %s\\n", $editor.edge-mode.perl); | | [azawawi/perl6-gtk-scintilla
``…/ScintillaHistory.html`` :*4441*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/doc/ScintillaHistory.html#L4441) | Perl folding folds "here doc"s and adds options fold.perl.at.else and fold.perl.comment.explicit. Fold structure for Perl fixed. | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*352*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L352) | bool foldPOD; // fold.perl.pod | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*354*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L354) | bool foldPackage; // fold.perl.package | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*385*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L385) | DefineProperty("fold.perl.pod", \&OptionsPerl::foldPOD, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*388*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L388) | DefineProperty("fold.perl.package", \&OptionsPerl::foldPackage, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*391*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L391) | DefineProperty("fold.perl.comment.explicit", \&OptionsPerl::foldCommentExplicit, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*394*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L394) | DefineProperty("fold.perl.at.else", \&OptionsPerl::foldAtElse, | | [azawawi/perl6-net-curl
``…/03-easy_encoding.t`` :*17*:](https://github.com/azawawi/perl6-net-curl/blob/6058c370112a2477b71608ee273231cde1d8f4ae/t/03-easy_encoding.t#L17) | ok $response \~\~ / 'é' /, "got response" or die :$response.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*22*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L22) | say "Version: " \~ $odoo.version.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*32*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L32) | say $user-model.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*40*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L40) | say "user-ids: " \~ $user-ids.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*47*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L47) | say "user: " \~ $user[0].perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*65*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L65) | say $product.perl; | | [azawawi/perl6-odoo-client
``…/02-module.pl6`` :*32*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/02-module.pl6#L32) | say $result.perl; | | [azawawi/perl6-odoo-client
``…/Model.pm6`` :*19*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/lib/Odoo/Client/Model.pm6#L19) | say "user-ids: " \~ $user-ids.perl; | | [azawawi/perl6-parse-selenese
``…/README.md`` :*58*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/README.md#L58) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-parse-selenese
``…/ex01.p6`` :*13*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/examples/ex01.p6#L13) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-parse-selenese
``…/ex02.p6`` :*13*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/examples/ex02.p6#L13) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-selenium-webdriver
``…/PhantomJS.pm6`` :*26*:](https://github.com/azawawi/perl6-selenium-webdriver/blob/5e3ff320d2f392e44df1433f0544201c154f2590/lib/Selenium/WebDriver/PhantomJS.pm6#L26) | say("phantomjs returned Proc::Async promise: " \~ $p.perl) if $.debug; | | [azawawi/perl6-selenium-webdriver
``…/Wire.pm6`` :*737*:](https://github.com/azawawi/perl6-selenium-webdriver/blob/5e3ff320d2f392e44df1433f0544201c154f2590/lib/Selenium/WebDriver/Wire.pm6#L737) | say "$method $command with params " \~ $params.perl if self.debug; | | [azawawi/perl6-terminal-caca
``…/02-kitchen-sink.pl6`` :*56*:](https://github.com/azawawi/perl6-terminal-caca/blob/fa7fb4eb448a835ab594d154fe465927c03b4136/examples/02-kitchen-sink.pl6#L56) | .text(r, r, "Mouse position: " \~ .mouse-position.perl); | | [azawawi/perl6-terminal-caca
``…/02-kitchen-sink.pl6`` :*57*:](https://github.com/azawawi/perl6-terminal-caca/blob/fa7fb4eb448a835ab594d154fe465927c03b4136/examples/02-kitchen-sink.pl6#L57) | .text(r, r, "Window Size: " \~ .size.perl); | | [bbkr/jsonrpc
``…/RPC.pm6`` :*25*:](https://github.com/bbkr/jsonrpc/blob/3b4797efc92d501fa5d5a3198457b7c16e091f7d/lib/X/JSON/RPC.pm6#L25) | $error \~= ': ' \~ .perl with $.data; | | [bduggan/p6-jupyter-kernel
``…/README.md`` :*186*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/README.md#L186) | \* Definitions of operators are not preserved (see [bug 131530](https://rt.perl.org/Public/Bug/Display.html?id=131530)). | | [bduggan/p6-jupyter-kernel
``…/Kernel.pm6`` :*61*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/lib/Jupyter/Kernel.pm6#L61) | debug "ctl got a message: { $msg\\ // $msg.perl }"; | | [bduggan/p6-jupyter-kernel
``…/02-sandbox.t`` :*57*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/t/02-sandbox.t#L57) | is $res.output.perl, '"(Int)"', 'Any works'; | | [briandfoy/perl6-PrettyDump
``…/README.md`` :*6*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/README.md#L6) | something nicer than \`.perl\` or \`.gist\`. | | [briandfoy/perl6-PrettyDump
``…/PrettyDump.pm6`` :*330*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/lib/PrettyDump.pm6#L330) | method Str ( Str:D $ds, Int:D :$depth = 0, \*%\_ () --\> Str ) { $ds.perl } | | [briandfoy/perl6-chemistry-elements
``…/Elements.pm6`` :*184*:](https://github.com/briandfoy/perl6-chemistry-elements/blob/cad6532b5cd55c5529e430fb1caea32c4487f575/lib/Chemistry/Elements.pm6#L184) | # https://rt.perl.org/Ticket/Display.html?id=126763 | | [cbk/API-USNavalObservatory
``…/10-travis.t`` :*9*:](https://github.com/cbk/API-USNavalObservatory/blob/ccd2b2b0f940fcca4e473690f2edf9435ed3dfa7/t/10-travis.t#L9) | say $webAgent.perl; | | [cjfields/bioperl6
``…/FTLocationParser.pm6`` :*10*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/lib/Bio/Tools/FTLocationParser.pm6#L10) | method location($/) { say $/.perl \~ "\\n"; } | | [cjfields/bioperl6
``…/PrimarySeq.t`` :*29*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/t/PrimarySeq.t#L29) | is($seq.alphabet.perl, 'SequenceType::dna', 'Alphabet is enum'); | | [colomon/ABC
``…/abc2ly`` :*186*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/bin/abc2ly#L186) | die "Unrecognized alleged stem: " \~ $stem.perl; | | [colomon/ABC
``…/abc2ly`` :*293*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/bin/abc2ly#L293) | $\*ERR.say: "Unrecognized gracing: " \~ $element.value.perl; | | [colomon/ABC
``…/dg-check.pl`` :*37*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/dg-check.pl#L37) | say @trouble.perl; | | [colomon/ABC
``…/Actions.pm`` :*139*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L139) | # say $/\[0].perl; | | [colomon/ABC
``…/Actions.pm`` :*158*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L158) | # say :$ast.perl; | | [colomon/ABC
``…/Actions.pm`` :*159*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L159) | # say $/{$type}.ast.perl; | | [colomon/ABC
``…/Chord.pm`` :*24*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Chord.pm#L24) | "ABC::Chord.new({ $.main-note.perl }, { $.main-accidental.perl }, { $.main-type.perl }, { $.bass-note.perl }, { $.bass-accidental.perl })"; | | [colomon/ABC
``…/Duration.pm`` :*11*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Duration.pm#L11) | # $\*ERR.say: :$top.perl; | | [colomon/ABC
``…/Duration.pm`` :*12*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Duration.pm#L12) | # $\*ERR.say: :$bottom.perl; | | [colomon/ABC
``…/Grammar.pm`` :*54*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Grammar.pm#L54) | # token tuplet { '(' (\+) {} (\\* \)\*? \.perl; say $0.perl; $1.elems == $0 }\> \? } | | [colomon/ABC
``…/KeyInfo.pm`` :*18*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L18) | # say :$match.perl; | | [colomon/ABC
``…/KeyInfo.pm`` :*42*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L42) | # say $match\.perl; | | [colomon/ABC
``…/KeyInfo.pm`` :*44*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L44) | # say :$lookup.perl; | | [colomon/ABC
``…/Note.pm`` :*25*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Note.pm#L25) | "ABC::Note.new({ $.accidental.perl }, { $.basenote.perl }, { $.octave.perl }, { $.ticks.perl }, { $.is-tie.perl })"; | | [colomon/ABC
``…/Utils.pm`` :*30*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Utils.pm#L30) | !! "[" \~ $element-pair.value.perl; | | [colomon/ABC
``…/01-regexes.t`` :*313*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L313) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*324*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L324) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*336*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L336) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*347*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L347) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*391*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L391) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*403*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L403) | # say $match\.perl; | | [colomon/ABC
``…/05-actions.t`` :*259*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L259) | # say $match.ast.perl; | | [colomon/ABC
``…/05-actions.t`` :*263*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L263) | # say $match.ast[28].perl; | | [colomon/ABC
``…/05-actions.t`` :*278*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L278) | # say $match.ast.perl; | | [colomon/ABC
``…/05-actions.t`` :*282*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L282) | # say $match.ast[28].perl; | | [colomon/ABC
``…/05-actions.t`` :*311*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L311) | # say $match.ast.perl; | | [colomon/ABC
``…/06-duration.t`` :*5*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L5) | is duration-from-parse("2", "3").ticks.perl, (2/3).perl, "2/3 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*7*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L7) | is duration-from-parse(Any, Any).ticks.perl, (1/2).perl, "/ works properly"; | | [colomon/ABC
``…/06-duration.t`` :*10*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L10) | is duration-from-parse("1", Any).ticks.perl, (1/2).perl, "1/ works properly"; | | [colomon/ABC
``…/06-duration.t`` :*11*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L11) | is duration-from-parse(Any, "2").ticks.perl, (1/2).perl, "/2 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*13*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L13) | is duration-from-parse("1").ticks.perl, (1).perl, "1 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*14*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L14) | is duration-from-parse(Any).ticks.perl, (1).perl, "'' works properly"; | | [colomon/ABC
``…/07-stringify.t`` :*38*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/07-stringify.t#L38) | # say $object.perl; | | [colomon/Benchmark-Plot
``…/graph-bench.pl`` :*24*:](https://github.com/colomon/Benchmark-Plot/blob/3ed6f20fd5c8b8c66215d46ecf0a67d0a84df8ed/bin/graph-bench.pl#L24) | # say :@data.perl; | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*49*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L49) | is \~sorted-merge(@a, @b, -\> $a, $b { $b.abs \<=\> $a.abs })[^7].perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*50*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L50) | (1, 1, -1/2, 1/3, 1/4, -1/8, 1/9).perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*52*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L52) | is \~sorted-merge(@b, @a, -\> $a, $b { $b.abs \<=\> $a.abs })[^7].perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*53*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L53) | (1, 1, -1/2, 1/3, 1/4, -1/8, 1/9).perl, | | [colomon/Math-Polynomial
``…/Polynomial.pm`` :*25*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/lib/Math/Polynomial.pm#L25) | "Math::Polynomial.new(" \~ @.coefficients».perl.join(', ') \~ ")"; | | [colomon/Math-Polynomial
``…/01-basics.t`` :*21*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/t/01-basics.t#L21) | is(\~EVAL($p.perl), \~$p, ".perl works, tested with Str"); | | [colomon/Math-Polynomial
``…/01-basics.t`` :*22*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/t/01-basics.t#L22) | isa-ok(EVAL($p.perl), Math::Polynomial, ".perl works, tested with isa"); | | [colomon/Math-Vector
``…/Vector.pm`` :*27*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/lib/Math/Vector.pm#L27) | "Math::Vector.new(" \~ @.coordinates.map({.perl}).join(', ') \~ ")"; | | [colomon/Math-Vector
``…/01-basics.t`` :*38*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L38) | is(\~EVAL($v1.perl), \~$v1, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*39*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L39) | is(\~EVAL($v9.perl), \~$v9, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*40*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L40) | is(\~EVAL($vcrazy.perl), \~$vcrazy, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*212*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L212) | # my $vlc = EVAL($vl.perl); | | [colomon/TagTools
``…/filename-number-to-track-number`` :*8*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/filename-number-to-track-number#L8) | say :$filename.perl; | | [colomon/TagTools
``…/new-track-numbers`` :*9*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/new-track-numbers#L9) | say :$filename.perl; | | [colomon/TagTools
``…/tags-to-filename`` :*39*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/tags-to-filename#L39) | my $original-filename = $filename.perl; | | [colomon/io-prompter
``…/demo_IO_Prompter_args.p6`` :*8*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/demo_IO_Prompter_args.p6#L8) | say @\*ARGS.perl; | | [colomon/io-prompter
``…/demo_IO_Prompter_promptloop_gatherer.p6`` :*12*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/demo_IO_Prompter_promptloop_gatherer.p6#L12) | .perl.say for @input; | | [colomon/io-prompter
``…/Prompter.pm`` :*86*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/lib/IO/Prompter.pm#L86) | my $prompter = build\_prompter\_for($param.type.perl, :$in, :$out, :$constraints, :autopunctuate); | | [colomon/io-prompter
``…/Prompter.pm`` :*148*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/lib/IO/Prompter.pm#L148) | die %unexpected\_options.map({"Unknown option in call to prompt(): $\_.perl()"}).join("\\n"); | | [colomon/io-prompter
``…/Prompter.pm`` :*33*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L33) | # say "Processing " \~ :$constraint.perl; | | [colomon/io-prompter
``…/Prompter.pm`` :*56*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L56) | # "be %build\_opt\.perl()" | | [colomon/io-prompter
``…/Prompter.pm`` :*65*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L65) | warn "prompt(): Cannot use default value {%build\_opt\.perl} ", | | [colomon/perl6-Testing
``…/Testing.pm`` :*37*:](https://github.com/colomon/perl6-Testing/blob/6989e2759a5df6d2b86b0347b214aa8778fdd255/lib/Testing.pm#L37) | \~ "# have: $have.perl()\\n"; | | [colomon/perl6-Testing
``…/Testing.pm`` :*38*:](https://github.com/colomon/perl6-Testing/blob/6989e2759a5df6d2b86b0347b214aa8778fdd255/lib/Testing.pm#L38) | $diagnostics \~= "# want: $want.perl()\\n" if $want.defined; | | [cosimo/perl6-cache-memcached
``…/Memcached.pm`` :*266*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/lib/Cache/Memcached.pm#L266) | $.log-debug("Got from socket (recv=" \~ $ret.perl \~ ")"); | | [cosimo/perl6-cache-memcached
``…/Memcached.pm`` :*430*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/lib/Cache/Memcached.pm#L430) | $.log-debug("memcache: got " \~ @res.perl); | | [cosimo/perl6-cache-memcached
``…/00900-associative.t`` :*37*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/t/00900-associative.t#L37) | is $memd{$key}, $value, "got expected pair { $pair.perl }"; | | [cosimo/perl6-facter
``…/Facter.pm`` :*131*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter.pm#L131) | self.debug("Facter: adding fact $name as " \~ $block.perl); | | [cosimo/perl6-facter
``…/Collection.pm`` :*37*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Collection.pm#L37) | self.debug("- new Fact '$name' created: " \~ $fact.perl); | | [cosimo/perl6-facter
``…/Collection.pm`` :*53*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Collection.pm#L53) | self.debug("Fact " \~ $fact \~ " adding block " \~ $block.perl); | | [cosimo/perl6-facter
``…/Confine.pm`` :*21*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Confine.pm#L21) | self.debug("Building confine for " \~ $fact \~ " = " \~ @values.perl); | | [cosimo/perl6-facter
``…/Confine.pm`` :*38*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Confine.pm#L38) | self.debug("Confine processing: checking truth for fact " \~ $.fact \~ " = " \~ @.values.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*43*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L43) | self.debug("\\$resolve = " \~ $resolve.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*50*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L50) | self.debug("\\$resolve = " \~ $resolve.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*147*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L147) | #self.debug("- Block is " \~ $block.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*149*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L149) | #self.debug("- 1 Got next value: " \~ $next-value \~ " (" \~ $next-value.perl \~ ")"); | | [cosimo/perl6-facter
``…/Fact.pm`` :*151*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L151) | #self.debug("- 2 Got next value: " \~ $next-value \~ " (" \~ $next-value.perl \~ ")"); | | [cosimo/perl6-facter
``…/Loader.pm`` :*54*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Loader.pm#L54) | self.debug("Loading facts from search\_path: " \~ self.search\_path.perl); | | [cosimo/perl6-facter
``…/basic.t`` :*28*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/t/basic.t#L28) | diag("Collection object:" \~ $coll.perl); | | [cosimo/perl6-facter
``…/basic.t`` :*29*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/t/basic.t#L29) | diag("Search dirs:" \~ @search\_dirs.perl); | | [cygx/p6-debug
``…/logger.pm6`` :*21*:](https://github.com/cygx/p6-debug/blob/6ab20f4fe822f9a02325aa0a085fd83c7454f32d/logger.pm6#L21) | "{ DateTime.new($!instant) } $!file:$!line { $!msg.Str.perl }"; | | [cygx/p6-tinycc-resources-win64
``…/gen.p6`` :*3*:](https://github.com/cygx/p6-tinycc-resources-win64/blob/1ab4b2af762642011f340d2aca91062b2ad8e370/gen.p6#L3) | when .f { take .substr(10).perl } | | [dagurval/p6-Time-Duration
``…/Duration.pm6`` :*127*:](https://github.com/dagurval/p6-Time-Duration/blob/32d8092c0a36da3f3a6825f5b39e5e2c40d5d3f2/lib/Time/Duration.pm6#L127) | $DEBUG and say "approximate wheel: ", @wheel.perl; | | [dnmfarrell/Pod-Perl5
``…/README.pod`` :*56*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/README.pod#L56) | =item \* perlpod L\.perl.org/perlpod.html\> | | [dnmfarrell/Pod-Perl5
``…/ToHTML.pm6`` :*262*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToHTML.pm6#L262) | if $url \~\~ /^https?\\:\\/\\/perldoc\\.perl\\.org/ | | [dnmfarrell/Pod-Perl5
``…/ToHTML.pm6`` :*280*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToHTML.pm6#L280) | !! "http://perldoc.perl.org/{$path}.html{ $section ?? qq/#$section/ !! ''}"; | | [dnmfarrell/Pod-Perl5
``…/ToMarkdown.pm6`` :*231*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToMarkdown.pm6#L231) | if $url \~\~ /^https?\\:\\/\\/perldoc\\.perl\\.org/ | | [dnmfarrell/Pod-Perl5
``…/ToMarkdown.pm6`` :*249*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToMarkdown.pm6#L249) | !! "http://perldoc.perl.org/{$path}.html{ $section ?? qq/#$section/ !! ''}"; | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*42*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L42) | \\perlpod documentation\ is the reference spec for this grammar\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*44*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L44) | \\perlvar#DESCRIPTION\ should convert into a perldoc link to perlvar with a section\\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*52*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L52) | \\perlpod\ \should\ convert into a link to perlpod\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*36*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L36) | \* [perlpod documentation](http://perldoc.perl.org/perlpod.html) is the reference spec for this grammar | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*38*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L38) | [perlvar#DESCRIPTION](http://perldoc.perl.org/perlvar.html#DESCRIPTION) should convert into a perldoc link to perlvar with a section | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*44*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L44) | \* [perlpod](http://perldoc.perl.org/perlpod.html) \*should\* convert into a link to perlpod | | [dnmfarrell/Pod-Perl5
``…/readme_example.pod`` :*41*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.pod#L41) | =item \* L\.perl.org/perlpod.html\> is the reference spec for this grammar | | [dnmfarrell/Pod-PerlTricks
``…/README.pod`` :*23*:](https://github.com/dnmfarrell/Pod-PerlTricks/blob/993c72264a32df55f982683a758d80485a2b2134/README.pod#L23) | C\ extends ordinary L\.perl.org/perlpod.html\> with new syntax for blogging / publishing. C\ | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*208*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L208) | if $node.WHAT.perl eq 'Perl6::Element' { | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*319*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L319) | my $line = $term.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*332*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L332) | $line \~= " ({$term.content.perl})" | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*354*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L354) | my $name = $next.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*394*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L394) | $\*ERR.say( @problems \~ ": " \~ $node.perl ); | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*58*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser/Factory.pm6#L58) | The L\ classes all have a required C\<.sigil\> method which returns the sigil associated with that variable (and an C\<.twigil\> method should that be needed.) These are methods rather than attributes to keep the clutter down when using C\<.dump\> or C\<.perl\> debugging methods. | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*1822*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser/Factory.pm6#L1822) | my $str = $node.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/05-editing.t`` :*18*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/05-editing.t#L18) | diag "expected type '$type', got type '{$element.WHAT.perl}'"; | | [drforr/perl6-Perl6-Parser
``…/05-editing.t`` :*22*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/05-editing.t#L22) | diag "expected parent '$type', got type '{$element.WHAT.perl}'"; | | [drforr/perl6-Perl6-Parser
``…/README.pod`` :*11*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/README.pod#L11) | AST, and 'say $tree.perl' to view the generated Perl 6 structure. | | [drforr/perl6-Perl6-Parser
``…/rosetta-b.t`` :*582*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/corpus/rosetta-b.t#L582) | say $b.perl; | | [edumentab/p6-app-moarvm-debug
``…/Breakpoints.pm6`` :*9*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Breakpoints.pm6#L9) | #.perl.say; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*113*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L113) | say @chunks.perl; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*118*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L118) | .perl.say; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*119*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L119) | .perl.say for @chunks; | | [edumentab/p6-moarvm-remote
``…/Remote.pm6`` :*243*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/lib/MoarVM/Remote.pm6#L243) | note "got reply from moarvm: $message.perl()" if $!debug; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*232*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L232) | cmp-ok $received{.key}, "\~\~", .value, "check event's $\_.key() against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*251*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L251) | cmp-ok (try await $prom), "\~\~", .value, "check remote's answer against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*264*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L264) | cmp-ok (await $prom), "\~\~", .value, "check remote's answer against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*271*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L271) | die "unknown command in test plan: $\_.perl()"; | | [erickjordan/perl6-Parse-STDF
``…/.notes.txt`` :*4*:](https://github.com/erickjordan/perl6-Parse-STDF/blob/0528a9bfb7bc93d14d82b72a2077cca2b0108619/.notes.txt#L4) | on MoarVM version 2017.10. There is a bug (see \.perl.org/Public/Bug/Display.html?id=127210\>) | | [fayland/perl6-Lingua-Unihan
``…/update_lingua_unihan.pl6`` :*38*:](https://github.com/fayland/perl6-Lingua-Unihan/blob/2b98c30c9a0bb25824922f2c7c20935a4afaf5ac/bin/update_lingua_unihan.pl6#L38) | say ($code\_point, $field\_type, $value).perl; | | [fayland/perl6-WebService-GitHub
``…/search.response`` :*539*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/t/test_data/search.response#L539) | "homepage": "http://dev.perl.org/perl5/", github/fayland/perl6-WebService-GitHub/t/test\_data/search.response979 "homepage": "h… | | [fayland/perl6-WebService-GitHub
``…/80-gist.t`` :*42*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/80-gist.t#L42) | # diag $res.perl; | | [fayland/perl6-WebService-GitHub
``…/99-customuseragent.t`` :*12*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/99-customuseragent.t#L12) | diag $res.raw.request.perl; | | [fayland/perl6-WebService-GitHub
``…/99-debug.t`` :*14*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/99-debug.t#L14) | diag $data.perl; | | [fayland/perl6-WebService-Google-PageRank
``…/PageRank.pm`` :*81*:](https://github.com/fayland/perl6-WebService-Google-PageRank/blob/89857d25db82871f927fb8f6876d2ab8c181357c/lib/WebService/Google/PageRank.pm#L81) | # say %res.perl; | | [finanalyst/pod-render
``…/Engine.pm6`` :*46*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Engine.pm6#L46) | say %params.perl; | | [finanalyst/pod-render
``…/Engine.pm6`` :*49*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Engine.pm6#L49) | say ($key eq 'zero') ?? '' !! %!tmpl{$key}.perl; | | [finanalyst/pod-render
``…/HTML2.pm6`` :*24*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/HTML2.pm6#L24) | say "At $?LINE tree is ", $pod-tree.perl; | | [finanalyst/pod-render
``…/Processed.pm6`` :*116*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L116) | say "pod-tree is:" \~ $!pod-tree.perl if $.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*204*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L204) | note "At $?LINE node is { $node.WHAT.perl }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*218*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L218) | note "At $?LINE node is { $node.WHAT.perl }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*223*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L223) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*228*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L228) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*240*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L240) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*251*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L251) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*260*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L260) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*268*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L268) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*274*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L274) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*279*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L279) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*284*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L284) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*289*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L289) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*294*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L294) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*300*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L300) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*305*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L305) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*319*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L319) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*325*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L325) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*341*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L341) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*357*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L357) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*362*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L362) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*367*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L367) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*376*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L376) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*377*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L377) | $pf.completion($in-level,'zero', %() ) \~ $pf.completion($in-level, 'comment',%( :contents($node.type \~ '=' \~ $node.config.perl) ) ) | | [finanalyst/pod-render
``…/Processed.pm6`` :*381*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L381) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*386*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L386) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*391*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L391) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*397*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L397) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*403*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L403) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*408*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L408) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*413*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L413) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*418*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L418) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*424*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L424) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*434*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L434) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*440*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L440) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*450*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L450) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*456*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L456) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*462*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L462) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*468*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L468) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*474*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L474) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*479*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L479) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*558*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L558) | # $node.perl.say; | | [gabrielash/p6-log-zmq
``…/01.t`` :*52*:](https://github.com/gabrielash/p6-log-zmq/blob/c0fc3bd4ac74e155e05f218089d2bc4fe8da3afa/t/01.t#L52) | say "LOG\\n { $m.perl}"; | | [gabrielash/p6-net-jupyter
``…/kernel.pl`` :*88*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/bin/kernel.pl#L88) | # say "CODE: $code"; say "$silent : $store-history"; say 'EXP'\~ %expressions.perl; | | [gabrielash/p6-net-jupyter
``…/kernel.pl`` :*164*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/bin/kernel.pl#L164) | $LOG.log("$err-str: $restart.perl"); die $restart.gist unless $restart \~\~ Bool; | | [gabrielash/p6-net-jupyter
``…/EvalError.pm`` :*24*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/EvalError.pm#L24) | CATCH { default { %!error\< context \> = $x.perl; }} | | [gabrielash/p6-net-jupyter
``…/EvalError.pm`` :*36*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/EvalError.pm#L36) | %!error\< perl \> = $x.perl; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*71*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L71) | die "Executer called without code! { $!code.perl }" without $!code; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*79*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L79) | $!code = $magic.perl-code; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*105*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L105) | default { #$out.print( $\_.perl); | | [gabrielash/p6-net-jupyter
``…/Magic.pm`` :*39*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Magic.pm#L39) | has Str $.perl-code; | | [gabrielash/p6-net-jupyter
``…/Messenger.pm`` :*48*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Messenger.pm#L48) | die "signature mismatch. Exiting" \~ $!msg.perl | | [gabrielash/p6-net-jupyter
``…/Messenger.pm`` :*58*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Messenger.pm#L58) | die "malformed wire message " \~ $!msg.perl; | | [gabrielash/p6-net-jupyter
``…/02.t`` :*45*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/02.t#L45) | %r\ = %r\.perl if %r\.isa(Rat); | | [gabrielash/p6-net-jupyter
``…/02.t`` :*90*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/02.t#L90) | ok %e1.perl eq %\*ENV.perl, say 'ENV Invariant'; | | [gabrielash/p6-net-jupyter
``…/04.t`` :*23*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/04.t#L23) | my $perl-code = $m.perl-code; | | [gabrielash/perl6-zmq
``…/Context.pm`` :*62*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Context.pm#L62) | die "Context: unrecognized option request : { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/Context.pm`` :*67*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Context.pm#L67) | die "Context: { $value.defined ?? 'set' !! 'get'}ting this option not allowed: { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/EchoServer.pm`` :*39*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/EchoServer.pm#L39) | #say $!socket.perl; | | [gabrielash/perl6-zmq
``…/EchoServer.pm`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/EchoServer.pm#L44) | CATCH { default { say $\_.perl; $\_.rethrow }} | | [gabrielash/perl6-zmq
``…/Message.pm`` :*74*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Message.pm#L74) | { die "MsgSaver[$i]: your function probably isn't :(Str:D --\> Str) ",\&f.perl; } | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*541*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L541) | die "Socket: unrecognized option request : { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*543*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L543) | die "Context: {$value.value ?? 'set' !! 'get'}ting this option not allowed: { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/05.t`` :*41*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L41) | ok $sent eq $rcvd, "message sent and received correctly {($sent, $rcvd).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*46*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L46) | ok $sent eq $rcvd, "message sent and received correctly {($sent, $rcvd).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*52*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L52) | ok $num eq $rcvdi, "message sent and received correctly {($num, $rcvdi).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*58*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L58) | ok $num eq $rcvdi, "message sent and received correctly {($num, $rcvdi).perl }"; | | [gabrielash/perl6-zmq
``…/06.t`` :*50*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/06.t#L50) | ok $ep eq $uri, "get last-endpoint string socket option passed {($ep, $uri).perl }"; | | [gabrielash/perl6-zmq
``…/07.t`` :*40*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/07.t#L40) | ok $p1 eq $rcvd1, "part 1 of message sent and received correctly {($p1, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/07.t`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/07.t#L44) | ok $p2 eq $rcvd2, "part 2 of message sent and received correctly {($p2, $rcvd2).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L44) | ok $p eq $rcvd1, "full message sent in one part and received correctly {($p, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*52*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L52) | ok $rs eq $rcvd1, "part 1 of message sreceived correctly {($rs, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*58*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L58) | ok $rs eq $rcvd1, "part 2 of message received correctly {($rs, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/13.t`` :*55*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/13.t#L55) | # say $poll.perl; | | [gfldex/http-server-simple
``…/05-psgi-small.pl6`` :*10*:](https://github.com/gfldex/http-server-simple/blob/13390c5eb8315f60a4e28517349f23109b6fa740/examples/05-psgi-small.pl6#L10) | [ "Hello", "World\\n\\n", %env.perl ] | | [gfldex/http-server-simple
``…/PSGI.pm6`` :*59*:](https://github.com/gfldex/http-server-simple/blob/13390c5eb8315f60a4e28517349f23109b6fa740/lib/HTTP/Server/Simple/PSGI.pm6#L59) | !! [500,[Content-Type =\> 'text/plain'],[self.WHAT.perl,"app missing"]]; | | [hankache/Acme-Cow
``…/Cow.pm6`` :*134*:](https://github.com/hankache/Acme-Cow/blob/ef57ea8524af67e1492703519f3cbad59d95b08a/lib/Acme/Cow.pm6#L134) | #http://www.nntp.perl.org/group/perl.perl6.language/2010/09/msg34171.html | | [hoelzro/p6-io-string
``…/String.pm`` :*192*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L192) | my @options = ":buffer({$!buffer.perl})"; | | [hoelzro/p6-io-string
``…/String.pm`` :*194*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L194) | @options.push: ":chomp({$.chomp.perl})" if $.chomp; | | [hoelzro/p6-io-string
``…/String.pm`` :*195*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L195) | @options.push: ":pos({$!pos.perl})" if $.pos; | | [jaffa4/Dependency-Sort
``…/README.md`` :*33*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/README.md#L33) | say $s.result.perl; # prints independent ones first | | [jaffa4/Dependency-Sort
``…/Sort.pm6`` :*238*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/lib/Dependency/Sort.pm6#L238) | say $s.result.perl; | | [jaffa4/Dependency-Sort
``…/Sort.pm6`` :*247*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/lib/Dependency/Sort.pm6#L247) | say $s.result.perl; | | [jaffa4/Dependency-Sort
``…/all.t`` :*40*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/t/all.t#L40) | #say $s.result.perl; github/jaffa4/inistorage/lib/Ini/Storage.pm165 #say "list:"\~%!list.perl; github/jaffa4/inistorage/lib/Ini… | | [jaffa4/perl6format
``…/Format.pm`` :*40*:](https://github.com/jaffa4/perl6format/blob/7b2a1622d4542770b91fe18f9768caac94e7d5c1/lib/Rakudo/Perl6/Format.pm#L40) | say @token.perl if $debug ; | | [jaffa4/perl6format
``…/Format.pm`` :*94*:](https://github.com/jaffa4/perl6format/blob/7b2a1622d4542770b91fe18f9768caac94e7d5c1/lib/Rakudo/Perl6/Format.pm#L94) | #say $/.perl; | | [jaffa4/perl6parsing
``…/README.md`` :*35*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/README.md#L35) | say @tokens.perl; # look at the structure | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*154*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L154) | $str\~= %visited\_matches{$\_}.perl\~"\\n"; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*167*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L167) | #say "hello $\_" \~ %visited\_matches{$\_}.perl; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*200*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L200) | # print "\<"\~@rec[0].perl\~"\>@rec[2]-@rec[1]\\n"; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*201*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L201) | #print "\<"\~@rec.perl\~"\>\\n"; | | [jaffa4/perl6parsing
``…/basic.t`` :*26*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/t/basic.t#L26) | # note $p.dumptokens().perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*83*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L83) | say "$i: \\[{$text.substr(@token[1],@token[2]-@token[1])}] "\~@token.perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*87*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L87) | #say @!tokens.perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*110*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L110) | say @token.perl if $debug ; | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*94*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L94) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*104*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L104) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*179*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L179) | my $data\_tree\_local = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*68*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L68) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*81*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L81) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*110*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L110) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*139*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L139) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jnthn/grammar-debugger
``…/Debugger.pm6`` :*227*:](https://github.com/jnthn/grammar-debugger/blob/0375008027c8caa216bd869476ce59ae09b2a702/lib/Grammar/Debugger.pm6#L227) | colored(' ' \~ $snippet.substr(0, $sniplen).perl, 'white') !! | | [jnthn/grammar-debugger
``…/Tracer.pm6`` :*71*:](https://github.com/jnthn/grammar-debugger/blob/0375008027c8caa216bd869476ce59ae09b2a702/lib/Grammar/Tracer.pm6#L71) | colored(' ' \~ $snippet.substr(0, $sniplen).perl, 'white') !! | | [jnthn/p6-app-moarvm-heapanalyzer
``…/Model.pm6`` :*518*:](https://github.com/jnthn/p6-app-moarvm-heapanalyzer/blob/8b80eff309b5c95a5c384b8e5318e6081b7afa0c/lib/App/MoarVM/HeapAnalyzer/Model.pm6#L518) | die "expected the $name header at 0x{ ($fh.tell - $text.chars).base(16) }, but got $result.perl() instead." unless $result eq $text; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*445*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L445) | say eval\_in\_ctx($ctx, \~$0).perl; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*507*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L507) | say $cur\_ex.perl; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*605*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L605) | '$s, @a, %h, self show .perl of the a variable in scope (indexing allowed)', | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*607*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L607) | ('ex show .perl of the current exception' if $cur\_ex), | | [jnthn/test-mock
``…/Mock.pm6`` :*25*:](https://github.com/jnthn/test-mock/blob/bfa37f639d42796fcd21ab477d294a054bf22a18/lib/Test/Mock.pm6#L25) | $with-args-note = " with arguments matching $with.perl()"; | | [jonathanstowe/Audio-Sndfile
``…/gen-test-defs`` :*46*:](https://github.com/jonathanstowe/Audio-Sndfile/blob/9ec12486f9744abbdb5030084c644645cdbf915a/test-utils/gen-test-defs#L46) | say @tests.perl; | | [jonathanstowe/XML-Class
``…/Documentation.md`` :*455*:](https://github.com/jonathanstowe/XML-Class/blob/e5f4044a752bc0d71fafdd8cd3ec8d1abd8ff3e1/Documentation.md#L455) | say $e.body.perl; # Data.new(something =\> "some data") | | [jonathanstowe/XML-Class
``…/Class.pm`` :*689*:](https://github.com/jonathanstowe/XML-Class/blob/e5f4044a752bc0d71fafdd8cd3ec8d1abd8ff3e1/lib/XML/Class.pm#L689) | say $e.body.perl; # Data.new(something =\> "some data") | | [jsimonet/log-any
``…/Filter.pm6`` :*50*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Filter.pm6#L50) | #note "checking $f.key() with $f.value().perl()"; | | [jsimonet/log-any
``…/Filter.pm6`` :*54*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Filter.pm6#L54) | #note "checking $f.key() with $f.value().perl()"; | | [jsimonet/log-any
``…/Pipeline.pm6`` :*72*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Pipeline.pm6#L72) | # note "Dispatching $msg, adapter count : @!adapters.elems(), asynchronicity $!asynchronous.perl() at {now}"; | | [kalkin/Ddt
``…/Distribution.pm6`` :*107*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/lib/Ddt/Distribution.pm6#L107) | $meta.perl-version = $\*PERL.version unless $meta.perl-version.defined; | | [kalkin/Ddt
``…/JSON.pm6`` :*33*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/lib/Ddt/JSON.pm6#L33) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [kalkin/Pod-To-Latex
``…/Latex.pm6`` :*79*:](https://github.com/kalkin/Pod-To-Latex/blob/b706dbb5a3a7e8797de991f9a4c23dd1478faa07/lib/Pod/To/Latex.pm6#L79) | #say "pod2text: " \~ $pod.WHAT.perl; | | [kalkin/Pod-To-Latex
``…/Latex.pm6`` :*131*:](https://github.com/kalkin/Pod-To-Latex/blob/b706dbb5a3a7e8797de991f9a4c23dd1478faa07/lib/Pod/To/Latex.pm6#L131) | #say "named2text " \~ $pod.WHAT.perl; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*54*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L54) | #say $rs\.perl; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*56*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L56) | #say $ruletype, ":", %r.perl; #exit; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*66*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L66) | %rbnf-rulesets{$lingua} = @rulesetnames.perl; | | [labster/p6-file-directory-tree
``…/Tree.pm`` :*24*:](https://github.com/labster/p6-file-directory-tree/blob/25faef927c83eea1b688b5a324d5e11011f7305f/lib/File/Directory/Tree.pm#L24) | #say $file.perl; | | [labster/perl6-File-Find-Duplicates
``…/Duplicates.pm6`` :*69*:](https://github.com/labster/perl6-File-Find-Duplicates/blob/919725f6c79be36b6019c498588721a66e5262df/lib/File/Find/Duplicates.pm6#L69) | #say @dupes.perl; | | [leont/yamlish
``…/YAMLish.pm6`` :*1036*:](https://github.com/leont/yamlish/blob/8be481a7a40105a5026f467ed093cb641e1e7208/lib/YAMLish.pm6#L1036) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [lucasbuchala/p6pairs
``…/Duo.pm`` :*81*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/lib/Duo.pm#L81) | multi method perl(::?CLASS:D: --\> Str) { "duo($!key.perl(), $!value.perl())" } | | [lucasbuchala/p6pairs
``…/01-str.t`` :*12*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/t/01-str.t#L12) | is p.perl, 'duo(1, 2)', '.perl'; | | [lucasbuchala/p6pairs
``…/01-str.t`` :*15*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/t/01-str.t#L15) | is Duo.perl, 'Duo', 'type .perl'; | | [madcapjake/p6dx
``…/Diviner.pm6`` :*220*:](https://github.com/madcapjake/p6dx/blob/4493744fd60451a7f2cc31d81357be8b325cc1d3/lib/Diviner.pm6#L220) | for @completions { .perl.say } | | [masak/007
``…/Equal.pm6`` :*35*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/lib/_007/Equal.pm6#L35) | [\&\&] $l.properties.keys.sort.perl eq $r.properties.keys.sort.perl, | | [masak/007
``…/hanoi.t`` :*52*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L52) | is parse-state(@lines[^5]).perl, @initial-state.perl, "correct initial state"; | | [masak/007
``…/hanoi.t`` :*73*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L73) | is parse-state(@state-lines).perl, @state.perl, "state is the expected one after move $n"; | | [masak/007
``…/hanoi.t`` :*77*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L77) | is parse-state(@lines[\*-5 .. \*-1]).perl, @final-state.perl, "correct final state"; | | [masak/007
``…/feature-flags.t`` :*24*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/integration/feature-flags.t#L24) | ok (%data.keys (-) %flags-checked.keys).perl eq "Set.new()", "we're checking all flags we're declaring"; | | [masak/007
``…/feature-flags.t`` :*25*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/integration/feature-flags.t#L25) | ok (%flags-checked.keys (-) %data.keys).perl eq "Set.new()", "we're declaring all flags we're checking"; | | [masak/druid
``…/Game.pm`` :*52*:](https://github.com/masak/druid/blob/639915854c328d7e937ea57299468285d6f53e9f/lib/Druid/Game.pm#L52) | \~ EVAL($^attr).perl.subst(/^ '[' (.\*) ']' $/, | | [masak/gge
``…/Exp.pm`` :*66*:](https://github.com/masak/gge/blob/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Exp.pm#L66) | ' ' x $indent \~ self.WHAT.perl.subst(/^.\*':'/, '') \~ $contents; | | [masak/gge
``…/Grammar.pm`` :*7*:](https://github.com/masak/gge/blob/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Grammar.pm#L7) | GGE::Perl6Regex.new($rule, :grammar(self.WHAT.perl), :$name); | | [masak/perl6-literate
``…/README`` :*4*:](https://github.com/masak/perl6-literate/blob/d9db04ccafa8743a4b498a3efc939bb37eb69c64/README#L4) | an experiment with this blog post: \.perl.org/\~masak/journal/39568\> | | [masak/yapsi
``…/Yapsi.pm`` :*89*:](https://github.com/masak/yapsi/blob/21087dbcdde94f0fe9721ce833727c251d919537/lib/Yapsi.pm#L89) | $node.WHAT.perl.subst(/^ .\*? '::'/, ''), | | [masak/yapsi
``…/Yapsi.pm`` :*586*:](https://github.com/masak/yapsi/blob/21087dbcdde94f0fe9721ce833727c251d919537/lib/Yapsi.pm#L586) | die "No multi 'process' defined for {$node.WHAT.perl}, sorry :/"; | | [mj41/SP6
``…/SP6.pm6`` :*30*:](https://github.com/mj41/SP6/blob/ccb32779834123aa0894a06a1bf95cb9528645f0/lib/SP6.pm6#L30) | say "code: {$tcode.perl}" if $.debug; | | [mj41/SP6
``…/SP6.pm6`` :*61*:](https://github.com/mj41/SP6/blob/ccb32779834123aa0894a06a1bf95cb9528645f0/lib/SP6.pm6#L61) | say "code: {$tcode.perl}" if $.debug; | | [moritz/Math-Model
``…/Model.pm`` :*55*:](https://github.com/moritz/Math-Model/blob/cdc618c6c028a6dd9308bd2de0df9f10afd095a3/lib/Math/Model.pm#L55) | # say @order.perl; | | [moritz/Math-Model
``…/basic.t`` :*24*:](https://github.com/moritz/Math-Model/blob/cdc618c6c028a6dd9308bd2de0df9f10afd095a3/t/basic.t#L24) | diag "result: %res.perl()"; | | [moznion/p6-IO-Blob
``…/Blob.pm6`` :*24*:](https://github.com/moznion/p6-IO-Blob/blob/3ea9dc15e582e5954c9707a973de0ef05427274c/lib/IO/Blob.pm6#L24) | "IO::Blob.new(data =\> {$.data.perl})" | | [moznion/p6-IO-Blob
``…/010_basic.t`` :*287*:](https://github.com/moznion/p6-IO-Blob/blob/3ea9dc15e582e5954c9707a973de0ef05427274c/t/010_basic.t#L287) | is $io.perl, 'IO::Blob.new(data =\> Blob)'; | | [moznion/p6-Log-Minimal
``…/README.md`` :*186*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/README.md#L186) | Serialize message with \`.perl\`. | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*110*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L110) | $messages \~= $.autodump ?? @text[0].perl !! @text[0]; | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*112*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L112) | $messages = sprintf(@text.shift, $.autodump ?? map { .perl }, @text !! @text); | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*344*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L344) | Serialize message with C\<.perl\>. | | [moznion/p6-Text-LTSV
``…/Parser.pm6`` :*78*:](https://github.com/moznion/p6-Text-LTSV/blob/299f787c4855d9cc26017ab15e74e2645c4481d6/lib/Text/LTSV/Parser.pm6#L78) | say $ltsv.perl; # 1st: Array[Pair].new("foo" =\> "bar", "buz" =\> "qux") | | [nige123/app.123.do
``…/Actions.pm`` :*65*:](https://github.com/nige123/app.123.do/blob/541b54057a66807ce579b19b4579ae8a410a416d/lib/Do/Timeline/Grammar/Actions.pm#L65) | # note %timeline.perl; | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*12*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L12) | http://blogs.perl.org/users/nadim\_khemir/2017/08/perl-6-datadumptree-version-15.html | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*14*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L14) | http://blogs.perl.org/users/nadim\_khemir/2017/08/take-a-walk-on-the-c-side.html | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*692*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L692) | \_Match\_ objects are displayed as the string that it matched as well as the match start and end position (inclusive, unlike .perl). | | [nkh/P6-Data-Dump-Tree
``…/JSON_parsed.pl`` :*38*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/JSON_parsed.pl#L38) | # display using .perl | | [nkh/P6-Data-Dump-Tree
``…/JSON_parsed.pl`` :*39*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/JSON_parsed.pl#L39) | #$parsed.perl.say ; | | [nkh/P6-Data-Dump-Tree
``…/send_big.pl`` :*9*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/remote/send_big.pl#L9) | "object.perl.chars: {$s.perl.chars}".say ; | | [nkh/P6-Data-Dump-Tree
``…/Tree.pod`` :*738*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree.pod#L738) | match start and end position (inclusive, unlike .perl). | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*114*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L114) | multi method get\_header (Regex $r) { $r.perl.substr(6) , '.' \~ $r.^name, DDT\_FINAL } | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*137*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L137) | multi method get\_header (Block $b) { $b.perl, '.' \~ $b.^name, DDT\_FINAL } | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*232*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L232) | multi method get\_header (Str:D $s) { $\_ = $s.perl ; S:g/^\\"(.\*)\\"$/$0/, '.' \~ $s.^name, \|is\_final($s, 'Str') } | | [nkh/P6-Data-Dump-Tree
``…/47_type_Set.t`` :*15*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/t/47_type_Set.t#L15) | is($r.lines.elems, 5, '5 dump lines') or diag $r and diag $s.perl ; | | [nkh/P6-Grammar-Tracer-Compact
``…/Compact.pm`` :*34*:](https://github.com/nkh/P6-Grammar-Tracer-Compact/blob/9f96614492b1d301ef6bd1e11f3559ad70278c08/lib/Grammar/Tracer/Compact.pm#L34) | #\~ ( $result.MATCH.Str.substr(0, $width).perl // '' ) | | [nkh/P6-Grammar-Tracer-Compact
``…/Compact.pm`` :*35*:](https://github.com/nkh/P6-Grammar-Tracer-Compact/blob/9f96614492b1d301ef6bd1e11f3559ad70278c08/lib/Grammar/Tracer/Compact.pm#L35) | \~ ( $result.MATCH.Str.perl // '' ) | | [nunorc/p6-Pekyll
``…/01-simple.t`` :*13*:](https://github.com/nunorc/p6-Pekyll/blob/f980516e0bbc309f3fe4c8ca30041605dbed76d2/t/01-simple.t#L13) | is $pekyll.WHAT.perl, 'Pekyll', 'object create'; | | [nxadm/StrictNamedArguments
``…/StrictNamedArguments.pm`` :*55*:](https://github.com/nxadm/StrictNamedArguments/blob/6a3a0e4275865e0d9051785d41f8a2156088d593/lib/StrictNamedArguments.pm#L55) | classname =\> $invocant-type.perl, | | [ohmycloud/fanfou-p6
``…/README.md`` :*20*:](https://github.com/ohmycloud/fanfou-p6/blob/1de9693c6d67c6b06d9ea5363b6958613423ac0c/README.md#L20) | say $resp.perl; | | [ohmycloud/fanfou-p6
``…/FanFou.pm6`` :*173*:](https://github.com/ohmycloud/fanfou-p6/blob/1de9693c6d67c6b06d9ea5363b6958613423ac0c/lib/FanFou.pm6#L173) | say $resp.perl; | | [p6-css/CSS-Grammar-p6
``…/AST.pm`` :*137*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/AST.pm#L137) | warn "{$value.perl} has unknown type: $type"; | | [p6-css/CSS-Grammar-p6
``…/AST.pm`` :*179*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/AST.pm#L179) | warn "{$value.perl} has unknown type: $type"; | | [p6-css/CSS-Grammar-p6
``…/Test.pm`` :*102*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/Test.pm#L102) | note "error writing: {$actual-ast.perl}"; | | [p6-css/CSS-Grammar-p6
``…/css-file.t`` :*39*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/xt/css-file.t#L39) | note $/.ast.perl; | | [p6-css/CSS-Module-CSS3-Selectors-p6
``…/README.md`` :*10*:](https://github.com/p6-css/CSS-Module-CSS3-Selectors-p6/blob/11c924f5e583cbaefda150fd44cded6db43b5ada/README.md#L10) | say $/.ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*11*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L11) | say $/.ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*20*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L20) | % perl6 -M CSS::Module::CSS3 -e'say CSS::Module::CSS3.module.property-metadata\.perl' | | [p6-css/CSS-Module-p6
``…/README.md`` :*63*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L63) | say "declaration: " \~ $p.ast[0]\\.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*134*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L134) | say $grammar.parse('{bad-prop: 12mm}', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*137*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L137) | say $grammar.parse('{ @guff {color:red} }', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*144*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L144) | say $grammar.parse('{margin: 12mm .1furlongs}', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/make-modules.pl`` :*80*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/make-modules.pl#L80) | say " BEGIN our \\$property = {%props.item.perl};"; | | [p6-css/CSS-Properties-p6
``…/PageBox.pm`` :*58*:](https://github.com/p6-css/CSS-Properties-p6/blob/f03f85b97da7165cee7c193c3614adaa1abfd4f3/lib/CSS/Properties/PageBox.pm#L58) | warn "unhandled body 'size' {.perl}"; | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*411*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L411) | or die "unable to handle {%opt.keys} struct: {%opt.perl}"; | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*509*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L509) | die "unable to handle color: {$color.perl}, units: {$units.perl}" | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*530*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L530) | die "unable to .write-num({@args.perl})"; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*30*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L30) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*35*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L35) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*40*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L40) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*45*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L45) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-css.t`` :*41*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-css.t#L41) | or diag {suite =\> $rule, parse =\> \~$/, ast =\> $/.ast}.perl; | | [p6-css/CSS-Writer-p6
``…/write-css.t`` :*46*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-css.t#L46) | or diag {suite =\> $rule, parse =\> \~$/, ast =\> $/.ast}.perl; | | [p6-pdf/Base64-Native-p6
``…/Native.pm`` :*45*:](https://github.com/p6-pdf/Base64-Native-p6/blob/23c93f8f9fe5031870abd1ffb7e17b7943651587/lib/Base64/Native.pm#L45) | die "unable to decode as base64. stopped at byte {-$n}: 0x{$in[-$n - 1].base(16)} {$in[-$n - 1].chr.perl}" | | [p6-pdf/Crypt-RC4-p6
``…/00basic.t`` :*77*:](https://github.com/p6-pdf/Crypt-RC4-p6/blob/d0a170a1c7371dbdac7cb766300ed19b7e67b8b8/t/00basic.t#L77) | diag { :$trial, :$encrypted }.perl; | | [p6-pdf/Native-Packing-p6
``…/host-packing.t`` :*20*:](https://github.com/p6-pdf/Native-Packing-p6/blob/23dcfc761d0c0c0b0032d7cb8dce1e32ce387794/t/host-packing.t#L20) | flunk "host endian detection (got:{.perl})"; | | [p6-pdf/PDF-API6
``…/API6.pm`` :*290*:](https://github.com/p6-pdf/PDF-API6/blob/926d1970600b50ffedefc18927562cb9491e7658/lib/PDF/API6.pm#L290) | die "unsupported colorspace transform: {.TintTransform.perl}" | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*51*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L51) | say " constant \\${$type}-encoding = {%encodings{$type}.perl};"; | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*79*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L79) | say " constant \\${$type}-glyphs = {%glyphs.perl};" | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*81*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L81) | say " constant \\${$type}-encoding = {@encodings.perl};"; | | [p6-pdf/PDF-Content-p6
``…/Image.pm`` :*8*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Image.pm#L8) | "$!path image doesn't have a $!type header: {$.header.perl}" | | [p6-pdf/PDF-Content-p6
``…/Ops.pm`` :*68*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Ops.pm#L68) | method message { "Invalid entry in '$.op' ($!mnemonic) array: {$!arg.perl}" } | | [p6-pdf/PDF-Content-p6
``…/Ops.pm`` :*76*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Ops.pm#L76) | method message { "Bad '$.op' ($!mnemonic) argument: {$!arg.perl}" } | | [p6-pdf/PDF-Content-p6
``…/Page.pm`` :*39*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Page.pm#L39) | default { die "unexpected page content: {.perl}" } | | [p6-pdf/PDF-Content-p6
``…/PageTree.pm`` :*99*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/PageTree.pm#L99) | default { die "unexpected object in page tree: {.perl}"; } | | [p6-pdf/PDF-Content-p6
``…/ResourceDict.pm`` :*36*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/ResourceDict.pm#L36) | warn "unrecognised graphics resource object: {.perl}"; | | [p6-pdf/PDF-Grammar-p6
``…/README.md`` :*69*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/README.md#L69) | say $/.ast.perl; | | [p6-pdf/PDF-Grammar-p6
``…/README.md`` :*99*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/README.md#L99) | say '# ' \~ $/.ast.perl; | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*34*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L34) | \~ "\\n - expected: {$b.perl}" | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*35*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L35) | \~ "\\n - got: {$a.perl}"); | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*65*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L65) | note {untested\_ast =\> $\_}.perl | | [p6-pdf/PDF-Grammar-p6
``…/pdf-components.t`` :*154*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/t/pdf-components.t#L154) | or diag :$trailer-ast.perl; | | [p6-pdf/PDF-p6
``…/README.md`` :*400*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/README.md#L400) | say '#'\~%ast.perl; | | [p6-pdf/PDF-p6
``…/README.md`` :*409*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/README.md#L409) | say '#'\~$object.perl; | | [p6-pdf/PDF-p6
``…/Coercer.pm`` :*6*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Coercer.pm#L6) | "unable to coerce object {$!obj.perl} of type {$!obj.WHAT.^name} to {$!type.WHAT.^name}" | | [p6-pdf/PDF-p6
``…/Stream.pm`` :*130*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Stream.pm#L130) | "\\n" \~ .encoded.Str.perl; | | [p6-pdf/PDF-p6
``…/Tie.pm`` :*172*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Tie.pm#L172) | warn "ignoring entry trait attribute: {arg.perl}" | | [p6-pdf/PDF-p6
``…/Util.pm`` :*89*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L89) | die "don't know how to ast-coerce: {.perl}"; | | [p6-pdf/PDF-p6
``…/Util.pm`` :*135*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L135) | die "unexpected from-ast arguments: {[@args].perl}" | | [p6-pdf/PDF-p6
``…/Util.pm`` :*137*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L137) | die "unable to from-ast {%opt.keys} struct: {%opt.perl}" | | [p6-pdf/PDF-p6
``…/Filter.pm`` :*15*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter.pm#L15) | default { die "bad filter: {.perl}" } | | [p6-pdf/PDF-p6
``…/ASCII85.pm`` :*66*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter/ASCII85.pm#L66) | die "invalid ASCII85 encoded character: {$0.Str.perl}" | | [p6-pdf/PDF-p6
``…/ASCIIHex.pm`` :*52*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter/ASCIIHex.pm#L52) | my uint8 @bytes = $str.ords.map: -\> $a, $b = '0'.ord { @HexDec[$a;$b] // die "Illegal character(s) found in ASCII hex-encoded stream: {($a\~$b).perl}" }; | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*9*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L9) | desc.perl; | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*438*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L438) | default {die "bad \\$.deref arg: {.perl}"} | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*806*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L806) | die "unknown ind-obj index \ $obj-num $gen-num: {.perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*88*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L88) | die "don't know how to serialize body component: {$obj.perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*411*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L411) | die "unexpected arguments: {[@args].perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*415*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L415) | or die "unable to handle {%opt.keys} struct: {%opt.perl}"; | | [p6-pdf/PDF-p6
``…/cos-tie-entry.t`` :*195*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/cos-tie-entry.t#L195) | fail "unable to coerce to a destination: {.perl}"; | | [p6-pdf/PDF-p6
``…/cos-util.t`` :*20*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/cos-util.t#L20) | is-deeply $ast, $a, "to ast {$v.perl}"; | | [p6-pdf/PDF-p6
``…/filter-predictors.t`` :*95*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/filter-predictors.t#L95) | ## warn { :$BitsPerComponent, :$Predictor, :$encode2c }.perl; | | [p6-pdf/PDF-p6
``…/filter.t`` :*32*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/filter.t#L32) | or diag :$input.perl; | | [p6-pdf/PDF-p6
``…/write-ast.t`` :*26*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/write-ast.t#L26) | or diag :%ast.perl; | | [paultcochrane/Perl6Mongers-Hannover
``…/README.md`` :*21*:](https://github.com/paultcochrane/Perl6Mongers-Hannover/blob/bbbc706f210f7c673828411033f290d9ec7c17a1/README.md#L21) | \irc.perl.org/#hannover.pm\ | | [paultcochrane/Perl6Mongers-Hannover
``…/Hannover.pm`` :*32*:](https://github.com/paultcochrane/Perl6Mongers-Hannover/blob/bbbc706f210f7c673828411033f290d9ec7c17a1/lib/PerlMongers/Hannover.pm#L32) | L\.perl.org/#hannover.pm\> | | [perl6-community-modules/Date-WorkdayCalendar
``…/WorkdayCalendar.pm`` :*24*:](https://github.com/perl6-community-modules/Date-WorkdayCalendar/blob/ee9f9036033e40336a004a3706699062ee7af326/lib/Date/WorkdayCalendar.pm#L24) | return "WorkdayCalendar.new(" \~ @.workdays.perl \~ ", " \~ @.holidays.perl \~ ", " \~ $.file.perl \~ ")"; | | [perl6-community-modules/Date-WorkdayCalendar
``…/WorkdayCalendar.pm`` :*209*:](https://github.com/perl6-community-modules/Date-WorkdayCalendar/blob/ee9f9036033e40336a004a3706699062ee7af326/lib/Date/WorkdayCalendar.pm#L209) | say "Workday.new($.year, $.month, $.day, " \~ $.calendar.perl \~ ")"; | | [perl6-community-modules/p6-irc-utils
``…/Utils.pm`` :*824*:](https://github.com/perl6-community-modules/p6-irc-utils/blob/14749902fc818388c8fbe164e59e7384cb394eb8/lib/IRC/Utils.pm#L824) | if $arg.WHAT.perl eq 'Array' { | | [perl6-community-modules/p6-irc-utils
``…/Utils.pm`` :*828*:](https://github.com/perl6-community-modules/p6-irc-utils/blob/14749902fc818388c8fbe164e59e7384cb394eb8/lib/IRC/Utils.pm#L828) | elsif $arg.WHAT.perl eq 'Hash' { | | [perl6-community-modules/uri
``…/november-urlencoded.t`` :*30*:](https://github.com/perl6-community-modules/uri/blob/e5c85512db5446fa4f7a38e421170cd602a53dce/t/november-urlencoded.t#L30) | or say "GOT: {$ans.perl}\\nEXPECTED: {.value.perl}"; | | [perl6-community-modules/yaml-pm6
``…/README`` :*11*:](https://github.com/perl6-community-modules/yaml-pm6/blob/6c6c88e25ccd9e80c6736e84dd0f1df6a45175ab/README#L11) | graph to text. The \`.perl\` method will stop at object nodes, rather than | | [perl6-community-modules/yaml-pm6
``…/README`` :*12*:](https://github.com/perl6-community-modules/yaml-pm6/blob/6c6c88e25ccd9e80c6736e84dd0f1df6a45175ab/README#L12) | dumping them further. The \`.perl\` method also cannot dump cyclic data | | [perl6/DBIish
``…/pg_arrays.p6`` :*72*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/examples/pg_arrays.p6#L72) | #say $arrayref.perl; | | [perl6/DBIish
``…/DBIish.pm6`` :*150*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/lib/DBIish.pm6#L150) | L\.perl.org\> | | [perl6/DBIish
``…/05-mock.t`` :*12*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/t/05-mock.t#L12) | is $sth.column-types.perl, [Str, Str, Int].perl, 'Types'; | | [perl6/DBIish
``…/02_mysqlnative.t`` :*18*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/xt/02_mysqlnative.t#L18) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [perl6/DBIish
``…/03_sqlitenative.t`` :*18*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/xt/03_sqlitenative.t#L18) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [perl6/DBIish
``…/04_pgnative.t`` :*18*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/xt/04_pgnative.t#L18) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [perl6/DBIish
``…/05_oraclenative.t`` :*18*:](https://github.com/perl6/DBIish/blob/606089631fdbfc526dd86eac7070d736951c7869/xt/05_oraclenative.t#L18) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*29*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L29) | Debug { note colored("Rendering with IO::Path ", "bold") \~ load($file).perl } | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*79*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L79) | Debug { note colored("visit called for ", "bold") \~ $root.perl } | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*188*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L188) | Debug { note colored("About to call node2html ", "bold") \~ $pod.perl }; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*291*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L291) | Debug { note colored("Generic node2html called for ", "bold") \~ $node.perl }; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*300*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L300) | \~ node2text($node.WHEREFORE.name \~ $node.WHEREFORE.signature.perl) | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*306*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L306) | Debug { note "I don't know what {$node.WHEREFORE.WHAT.perl} is. Assuming class..." }; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*307*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L307) | "\"\~ node2html([$node.WHEREFORE.perl, q{: }, $node.contents])\~ "\"; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*432*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L432) | Debug { note colored("Config node2html called for ", "bold") \~ $node.perl }; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*598*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L598) | Debug { note colored("missing a node2text multi for ", "red") \~ $node.perl }; | | [perl6/Pod-To-HTML
``…/HTML.pm`` :*629*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/lib/Pod/To/HTML.pm#L629) | Debug { note colored("Generic node2rawtext called with ", "red") \~ $node.perl }; | | [perl6/Pod-To-HTML
``…/020-code.t`` :*48*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/t/020-code.t#L48) | # say $=pod[0].perl; | | [perl6/Pod-To-HTML
``…/060-table.t`` :*12*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/t/060-table.t#L12) | #say $r.perl; | | [perl6/Pod-To-HTML
``…/060-table.t`` :*30*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/t/060-table.t#L30) | #say $r.perl; | | [perl6/Pod-To-HTML
``…/060-table.t`` :*60*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/t/060-table.t#L60) | #say $r.perl; | | [perl6/Pod-To-HTML
``…/075-defn.t`` :*27*:](https://github.com/perl6/Pod-To-HTML/blob/98d16f6aac7ec45e0902e23db347c1f153f0e5f4/t/075-defn.t#L27) | say $=pod[0].perl; | | [perl6/doc
``…/p6doc`` :*37*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/bin/p6doc#L37) | DEBUG and warn :@candidates.perl; | | [perl6/doc
``…/p6doc`` :*193*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/bin/p6doc#L193) | $out.print(%words.perl); | | [perl6/doc
``…/HomePage.pod6`` :*55*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/HomePage.pod6#L55) | Documentation for the different but related \Perl 5\ language | | [perl6/doc
``…/HomePage.pod6`` :*56*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/HomePage.pod6#L56) | can be found on the \Perl 5 documentation website\. | | [perl6/doc
``…/5to6-nutshell.pod6`` :*1297*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-nutshell.pod6#L1297) | Discouraged in Perl 5. See L\.perl.org/vars.html\>. | | [perl6/doc
``…/5to6-nutshell.pod6`` :*1673*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-nutshell.pod6#L1673) | In Perl 6, these tasks are accomplished with the C\<.perl\> method, which | | [perl6/doc
``…/5to6-nutshell.pod6`` :*1690*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-nutshell.pod6#L1690) | say @array\_of\_hashes.perl; # .perl on the array, not on its reference. | | [perl6/doc
``…/5to6-nutshell.pod6`` :*1722*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-nutshell.pod6#L1722) | say [ :$foo, :$bar, :@baz ].perl; | | [perl6/doc
``…/5to6-nutshell.pod6`` :*1727*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-nutshell.pod6#L1727) | Data Dumper, so tiny it lost the "t"). This will print the C\<.perl\> | | [perl6/doc
``…/5to6-perlfunc.pod6`` :*381*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/5to6-perlfunc.pod6#L381) | you realize that C\<$num.perl\> is the type C\ if you haven't assigned | | [perl6/doc
``…/classtut.pod6`` :*605*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L605) | say $cook.utensils.perl; # OUTPUT: «["spoon", "ladle", "knife", "pan"]␤» | | [perl6/doc
``…/classtut.pod6`` :*606*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L606) | say $cook.cookbooks.perl; # OUTPUT: «["The Joy of Cooking"]␤» | | [perl6/doc
``…/classtut.pod6`` :*615*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L615) | say $baker.utensils.perl; # OUTPUT: «["self cleaning oven"]␤» | | [perl6/doc
``…/classtut.pod6`` :*616*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L616) | say $baker.cookbooks.perl; # OUTPUT: «["The Baker's Apprentice"]␤» | | [perl6/doc
``…/classtut.pod6`` :*694*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L694) | say $o.perl; | | [perl6/doc
``…/classtut.pod6`` :*718*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L718) | C\<$o.perl\> returns a string that can be executed as Perl code, and | | [perl6/doc
``…/classtut.pod6`` :*724*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L724) | to be handled correctly by C\<.perl\> at some point.\> | | [perl6/doc
``…/classtut.pod6`` :*745*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/classtut.pod6#L745) | it with C\<.perl\>, and so on, you'll get a good idea of what its return value | | [perl6/doc
``…/containers.pod6`` :*328*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/containers.pod6#L328) | put @a.perl; | | [perl6/doc
``…/control.pod6`` :*355*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/control.pod6#L355) | without $answer { warn "Got: {$\_.perl}" } | | [perl6/doc
``…/experimental.pod6`` :*21*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/experimental.pod6#L21) | L\.perl.org/functions/pack.html\>. | | [perl6/doc
``…/faq.pod6`` :*181*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/faq.pod6#L181) | is when using L\.perl.org/\> to upload the module, you'd select | | [perl6/doc
``…/faq.pod6`` :*293*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/faq.pod6#L293) | say $foo.perl; # OUTPUT: «${:foo("bar")}␤» | | [perl6/doc
``…/faq.pod6`` :*616*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/faq.pod6#L616) | by a human, and C\<$obj.perl\> gives a Perlish representation from which the | | [perl6/doc
``…/faq.pod6`` :*630*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/faq.pod6#L630) | It essentially does a C\<$obj.perl\> and shows that on STDERR rather than STDOUT, | | [perl6/doc
``…/faq.pod6`` :*739*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/faq.pod6#L739) | L\.perl.org/5.12.4/perlhack.html#DESCRIPTION\>. | | [perl6/doc
``…/functions.pod6`` :*195*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/functions.pod6#L195) | put a.perl; | | [perl6/doc
``…/functions.pod6`` :*203*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/functions.pod6#L203) | put b.perl; | | [perl6/doc
``…/functions.pod6`` :*598*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/functions.pod6#L598) | say "wrapping {\&c.name} with arguments {\&c.signature.perl}"; | | [perl6/doc
``…/functions.pod6`` :*602*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/functions.pod6#L602) | note "returned from {\&c.name} with return value {ret-val.perl}"; | | [perl6/doc
``…/functions.pod6`` :*1031*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/functions.pod6#L1031) | note "New version object created with arguments " \~ c.perl; | | [perl6/doc
``…/glossary.pod6`` :*386*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/glossary.pod6#L386) | say $an\_instance.defined.perl;# defined($an\_instance) works too. | | [perl6/doc
``…/glossary.pod6`` :*559*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/glossary.pod6#L559) | Request Tracker (L\.perl.org/\>). The place where all the bugs | | [perl6/doc
``…/glossary.pod6`` :*1103*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/glossary.pod6#L1103) | say $=pod[0].contents[0].contents.perl; | | [perl6/doc
``…/grammar_tutorial.pod6`` :*104*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/grammar_tutorial.pod6#L104) | say $match.perl; # OUTPUT: «Match.new(made =\> Any, pos =\> 13, orig =\> "Þor is mighty",...» | | [perl6/doc
``…/grammar_tutorial.pod6`` :*105*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/grammar_tutorial.pod6#L105) | say $/.perl; # OUTPUT: «Match.new(made =\> Any, pos =\> 13, orig =\> "Þor is mighty",...» | | [perl6/doc
``…/grammar_tutorial.pod6`` :*106*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/grammar_tutorial.pod6#L106) | say $/\.perl; | | [perl6/doc
``…/hashmap.pod6`` :*104*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/hashmap.pod6#L104) | say %\*ENV{'HOME', 'PATH'}.perl; | | [perl6/doc
``…/hashmap.pod6`` :*237*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/hashmap.pod6#L237) | my %h; %h\ = 2 xx \*; %h.perl.say; # OUTPUT: «{:a(2), :b(2), :c(2)}␤» | | [perl6/doc
``…/hashmap.pod6`` :*238*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/hashmap.pod6#L238) | my %h; %h\ = ^3; %h.perl.say; # OUTPUT: «{:a(0), :b(1), :c(2)}␤» | | [perl6/doc
``…/io-guide.pod6`` :*44*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/io-guide.pod6#L44) | see it by using L«C\<.perl\>\|/routine/perl» method: | | [perl6/doc
``…/io-guide.pod6`` :*46*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/io-guide.pod6#L46) | say 'my-file.txt'.IO.perl; | | [perl6/doc
``…/iterating.pod6`` :*29*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/iterating.pod6#L29) | say @longer-chain.perl; | | [perl6/doc
``…/list.pod6`` :*588*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L588) | @a.of.perl.say; # OUTPUT: «Mu␤» | | [perl6/doc
``…/list.pod6`` :*589*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L589) | @a.default.perl.say; # OUTPUT: «Any␤» | | [perl6/doc
``…/list.pod6`` :*592*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L592) | @n.of.perl.say; # OUTPUT: «Numeric␤» | | [perl6/doc
``…/list.pod6`` :*593*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L593) | @n.default.perl.say; # OUTPUT: «Real␤» | | [perl6/doc
``…/list.pod6`` :*607*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L607) | say @a.perl; | | [perl6/doc
``…/list.pod6`` :*611*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L611) | say @just-three.perl; | | [perl6/doc
``…/list.pod6`` :*627*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L627) | say @a.perl; | | [perl6/doc
``…/list.pod6`` :*645*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L645) | array, if you do not put them there yourself. On the other side, Array.perl | | [perl6/doc
``…/list.pod6`` :*646*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L646) | does not put C\<$\> to explicitly show scalars, unlike List.perl: | | [perl6/doc
``…/list.pod6`` :*648*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L648) | ((1, 2), $(3, 4)).perl.say; # says "((1, 2), $(3, 4))" | | [perl6/doc
``…/list.pod6`` :*649*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L649) | [(1, 2), $(3, 4)].perl.say; # says "[(1, 2), (3, 4)]" | | [perl6/doc
``…/list.pod6`` :*660*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L660) | ((1, 2), $(3, 4)).flat.perl.say; # OUTPUT: «(1, 2, $(3, 4)).Seq␤» | | [perl6/doc
``…/list.pod6`` :*661*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L661) | [(1, 2), $(3, 4)].flat.perl.say; # OUTPUT: «($(1, 2), $(3, 4)).Seq␤» | | [perl6/doc
``…/list.pod6`` :*667*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/list.pod6#L667) | (0, [(1, 2), $(3, 4)], 5).flat.perl.say; # OUTPUT: «(0, $(1, 2), $(3, 4), 5).Seq␤» | | [perl6/doc
``…/modules.pod6`` :*104*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/modules.pod6#L104) | say $class.perl; | | [perl6/doc
``…/modules.pod6`` :*320*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/modules.pod6#L320) | L\.perl.org/Public/Bug/Display.html?id=127305\>). | | [perl6/doc
``…/modules.pod6`` :*570*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/modules.pod6#L570) | or I\<.tar.gz\> files on L\.perl.org/\>. | | [perl6/doc
``…/modules.pod6`` :*876*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/modules.pod6#L876) | it requires having a L\.perl.org/\> | | [perl6/doc
``…/modules.pod6`` :*900*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/modules.pod6#L900) | =item Go to L\.perl.org/\>, log in and navigate to | | [perl6/doc
``…/nativetypes.pod6`` :*77*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/nativetypes.pod6#L77) | say @letter-pairs.perl; | | [perl6/doc
``…/nativetypes.pod6`` :*133*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/nativetypes.pod6#L133) | say $nothing.perl; # OUTPUT: «NativeCall::Types::void␤» | | [perl6/doc
``…/nativetypes.pod6`` :*143*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/nativetypes.pod6#L143) | say $for-malloc.perl; | | [perl6/doc
``…/numerics.pod6`` :*92*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L92) | say 1e0.perl; # OUTPUT: «1e0␤» | | [perl6/doc
``…/numerics.pod6`` :*93*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L93) | say .5e0.perl; # OUTPUT: «0.5e0␤» | | [perl6/doc
``…/numerics.pod6`` :*240*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L240) | say (1🙼3).perl; # OUTPUT: «FatRat.new(1, 3)␤» | | [perl6/doc
``…/numerics.pod6`` :*253*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L253) | say 1.0.perl; # OUTPUT: «1.0␤» | | [perl6/doc
``…/numerics.pod6`` :*254*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L254) | say ⅓.perl; # OUTPUT: «\<1/3\>␤» | | [perl6/doc
``…/numerics.pod6`` :*263*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/numerics.pod6#L263) | say ⅓.perl; # OUTPUT: «\<1/3\>␤» | | [perl6/doc
``…/operators.pod6`` :*516*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L516) | say .perl for [3,2,[1,0]]; # OUTPUT: «3␤2␤$[1, 0]␤» | | [perl6/doc
``…/operators.pod6`` :*525*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L525) | say .perl for \| 3,2,[1,0]; # OUTPUT: «3␤2␤[1, 0]␤» | | [perl6/doc
``…/operators.pod6`` :*546*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L546) | say @alphabet[23 .. \*].perl; # OUTPUT: «("x", "y", "z")␤» | | [perl6/doc
``…/operators.pod6`` :*549*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L549) | say @alphabet[0..3].perl # OUTPUT: «("a", "B", "C", "d")␤» | | [perl6/doc
``…/operators.pod6`` :*566*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L566) | say %color{"cherry", "kiwi"}.perl; # OUTPUT: «("red", "green")␤» | | [perl6/doc
``…/operators.pod6`` :*588*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L588) | say $config.perl; # OUTPUT: «${:files(3), :path("/home/perl6/perl6.pod6")}» | | [perl6/doc
``…/operators.pod6`` :*590*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L590) | say %config-hash.perl; # OUTPUT: «{:files(3), :path("/home/perl6/perl6.pod6")}» | | [perl6/doc
``…/operators.pod6`` :*605*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L605) | say %color\.perl; # OUTPUT: «("red", "green")␤» | | [perl6/doc
``…/operators.pod6`` :*620*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L620) | say %color«cherry "$fruit"».perl; # OUTPUT: «("red", "green")␤» | | [perl6/doc
``…/operators.pod6`` :*984*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L984) | say args.perl | | [perl6/doc
``…/operators.pod6`` :*1354*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L1354) | say $three-letters.perl; # OUTPUT: «any(/\<[a b c]\>/, /\<[i j k]\>/, /\<[x y z]\>/)␤» | | [perl6/doc
``…/operators.pod6`` :*2344*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L2344) | say %hash.perl; # OUTPUT: «{:god("Þor"), :is("mighty")}␤» | | [perl6/doc
``…/operators.pod6`` :*2386*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/operators.pod6#L2386) | say (1, 2 Z \ Z \<+ -\>).perl; # OUTPUT: «((1, "a", "+"), (2, "b", "-")).Seq␤» | | [perl6/doc
``…/pod.pod6`` :*813*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/pod.pod6#L813) | $pod-block.perl.say; | | [perl6/doc
``…/quoting.pod6`` :*271*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L271) | say \<42 4/2 1e6 1+1i abc\>.perl; | | [perl6/doc
``…/quoting.pod6`` :*301*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L301) | say qw{"a b" c}.perl; # OUTPUT: «("\\"a", "b\\"", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*306*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L306) | say qww{"a b" c}.perl; # OUTPUT: «("a b", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*332*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L332) | my $a = 42; say qqw{"$a b" c}.perl; # OUTPUT: «("\\"42", "b\\"", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*337*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L337) | my $a = 42; say qqww{"$a b" c}.perl; # OUTPUT: «("42 b", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*343*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L343) | say qqww{"$a" $a}.perl; # OUTPUT: «("1 2", "1", "2")␤» | | [perl6/doc
``…/quoting.pod6`` :*345*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L345) | say qqww{"$b" $b}.perl; # OUTPUT: «("1 \\"2 3\\"", "1", "\\"2", "3\\"")␤» | | [perl6/doc
``…/quoting.pod6`` :*355*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L355) | my $a = 42; say « $a b c ».perl; # OUTPUT: «(IntStr.new(42, "42"), "b", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*356*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L356) | my $a = 42; say \<\< $a b c \>\>.perl; # OUTPUT: «(IntStr.new(42, "42"), "b", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*359*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L359) | my $a = 42; say « "$a b" c ».perl; # OUTPUT: «("42 b", "c")␤» | | [perl6/doc
``…/quoting.pod6`` :*360*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/quoting.pod6#L360) | my $a = 42; say \<\< "$a b" c \>\>.perl; # OUTPUT: «("42 b", "c")␤» | | [perl6/doc
``…/rb-nutshell.pod6`` :*353*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/rb-nutshell.pod6#L353) | sub foo(\*@args) { say @args.perl } | | [perl6/doc
``…/rb-nutshell.pod6`` :*359*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/rb-nutshell.pod6#L359) | sub foo(\*\*@args) { say @args.perl } | | [perl6/doc
``…/regexes.pod6`` :*1438*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/regexes.pod6#L1438) | say %config.perl; | | [perl6/doc
``…/regexes.pod6`` :*1972*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/regexes.pod6#L1972) | say S:samespace/a ./c d/.perl given "a b"; # OUTPUT: «"c d"» | | [perl6/doc
``…/regexes.pod6`` :*1973*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/regexes.pod6#L1973) | say S:samespace/a ./c d/.perl given "a\\tb"; # OUTPUT: «"c\\td"» | | [perl6/doc
``…/regexes.pod6`` :*1974*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/regexes.pod6#L1974) | say S:samespace/a ./c d/.perl given "a\\nb"; # OUTPUT: «"c\\nd"» | | [perl6/doc
``…/subscripts.pod6`` :*80*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L80) | those keys produce something C\. You can use C\<.perl\> on a | | [perl6/doc
``…/subscripts.pod6`` :*83*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L83) | ( 1 =\> 1 ).perl.say; # OUTPUT: «1 =\> 1␤» | | [perl6/doc
``…/subscripts.pod6`` :*84*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L84) | my %h; %h{1} = 1; say %h.perl; # OUTPUT: «{ "1" =\> 1 }␤» | | [perl6/doc
``…/subscripts.pod6`` :*85*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L85) | ( 1/2 =\> 1 ).perl.say; # OUTPUT: «0.5 =\> 1␤» | | [perl6/doc
``…/subscripts.pod6`` :*86*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L86) | my %h; %h{1/2} = 1; say %h.perl; # OUTPUT: «{ "0.5" =\> 1 }␤» | | [perl6/doc
``…/subscripts.pod6`` :*87*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L87) | ( pi =\> 1 ).perl.say; # OUTPUT: «:pi(1)␤» | | [perl6/doc
``…/subscripts.pod6`` :*88*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L88) | my %h; %h{pi} = 1; say %h.perl; # OUTPUT: «{ "3.14159265358979" =\> 1 }␤» | | [perl6/doc
``…/subscripts.pod6`` :*96*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L96) | %h{pi} = 1; %h.perl.say; # OUTPUT: «(3.14159265358979e0=\>1).MixHash␤» | | [perl6/doc
``…/subscripts.pod6`` :*100*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L100) | through C\<.perl\>, which is why we see C\<:pi(1)\> above.) | | [perl6/doc
``…/subscripts.pod6`` :*198*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L198) | say @alphabet[15, 4, \*-9, 11].perl; # OUTPUT: «("p", "e", "r", "l")␤» | | [perl6/doc
``…/subscripts.pod6`` :*402*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L402) | say $beatles.perl; # OUTPUT: «${"White Album" =\> $["Back in the U.S.S.R."]}␤» | | [perl6/doc
``…/subscripts.pod6`` :*714*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/subscripts.pod6#L714) | say $request.header\.perl; # OUTPUT: «["en", "fr"]␤» | | [perl6/doc
``…/syntax.pod6`` :*722*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/syntax.pod6#L722) | say [@a].perl; # OUTPUT: «[1, 2]␤» | | [perl6/doc
``…/syntax.pod6`` :*723*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/syntax.pod6#L723) | say [@a,].perl; # OUTPUT: «[[1, 2],]␤» | | [perl6/doc
``…/syntax.pod6`` :*730*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/syntax.pod6#L730) | say [@a, 3, 4].perl; # OUTPUT: «[[1, 2], 3, 4]␤» | | [perl6/doc
``…/syntax.pod6`` :*731*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/syntax.pod6#L731) | say [\|@a, 3, 4].perl; # OUTPUT: «[1, 2, 3, 4]␤» | | [perl6/doc
``…/terms.pod6`` :*289*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/terms.pod6#L289) | @foo.perl.say; # OUTPUT: «(42,)» | | [perl6/doc
``…/terms.pod6`` :*292*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/terms.pod6#L292) | @bar.perl.say; # OUTPUT: «["a", "b", "c"]» | | [perl6/doc
``…/terms.pod6`` :*298*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/terms.pod6#L298) | %foo.perl.say; # OUTPUT: «Map.new((:foo("bar")))» | | [perl6/doc
``…/terms.pod6`` :*301*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/terms.pod6#L301) | %bar.perl.say; # OUTPUT: «{:bar(72), :foo(10)}» | | [perl6/doc
``…/terms.pod6`` :*305*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/terms.pod6#L305) | %baz.perl.say; # OUTPUT: «:baz(72)» | | [perl6/doc
``…/testing.pod6`` :*72*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/testing.pod6#L72) | Or via the L\.perl.org/prove.html\> command from Perl 5, | | [perl6/doc
``…/traps.pod6`` :*854*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/traps.pod6#L854) | say %h.perl | | [perl6/doc
``…/traps.pod6`` :*1302*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/traps.pod6#L1302) | say $\_.perl for $\*IN.lines # .lines called on IO::Handle | | [perl6/doc
``…/traps.pod6`` :*1319*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/traps.pod6#L1319) | say $\_.perl for $\*IN.slurp(:bin).decode.lines # .lines called on a Str | | [perl6/doc
``…/traps.pod6`` :*1837*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/traps.pod6#L1837) | say ([\~] @chunks).perl; # OUTPUT: «""␤» | | [perl6/doc
``…/typesystem.pod6`` :*272*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/typesystem.pod6#L272) | put "$name called with parameters {c.perl}" } | | [perl6/doc
``…/typesystem.pod6`` :*404*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/typesystem.pod6#L404) | say A.new.^parents(:all).perl; | | [perl6/doc
``…/unicode_entry.pod6`` :*261*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/unicode_entry.pod6#L261) | say «$baa $baa ber».perl; # OUTPUT: «("foo", "bar", "foo", "bar", "ber")␤» | | [perl6/doc
``…/variables.pod6`` :*105*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L105) | say $foo.perl; # OUTPUT: «5␤» | | [perl6/doc
``…/variables.pod6`` :*109*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L109) | say @bar.perl; # OUTPUT: «[7, 9]␤» | | [perl6/doc
``…/variables.pod6`` :*113*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L113) | say $baz.perl; # OUTPUT: «$(11, 13)␤» | | [perl6/doc
``…/variables.pod6`` :*124*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L124) | say @array.perl; # OUTPUT: «[42, "str"]␤» (an Array) | | [perl6/doc
``…/variables.pod6`` :*125*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L125) | say $num.perl; # OUTPUT: «42␤» (a Num) | | [perl6/doc
``…/variables.pod6`` :*133*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L133) | say @array.perl; # OUTPUT: «[42, "str"]␤» (an Array) | | [perl6/doc
``…/variables.pod6`` :*134*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L134) | say $num.perl; # OUTPUT: «42␤» (a Num) | | [perl6/doc
``…/variables.pod6`` :*145*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L145) | say @foo.perl; # OUTPUT: «[(42, "str"),]␤» (an Array) | | [perl6/doc
``…/variables.pod6`` :*146*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L146) | say $bar.perl; # OUTPUT: «$(42, "str")␤» (a List)# | | [perl6/doc
``…/variables.pod6`` :*178*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L178) | say('Calling ' \~ \&f.name \~ ' with arguments ' \~ args.perl); | | [perl6/doc
``…/variables.pod6`` :*181*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L181) | say(\&f.name \~ ' returned ' \~ result.perl); | | [perl6/doc
``…/variables.pod6`` :*580*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L580) | say [$a, $b, $c].perl; | | [perl6/doc
``…/variables.pod6`` :*589*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L589) | say $a.perl; | | [perl6/doc
``…/variables.pod6`` :*595*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L595) | say [$a, %h].perl; | | [perl6/doc
``…/variables.pod6`` :*1347*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Language/variables.pod6#L1347) | say $\*DISTRO.perl; | | [perl6/doc
``…/Any.pod6`` :*309*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L309) | say (a =\> 1, 'b', 'c').pairup.perl; # OUTPUT: «(:a(1), :b("c")).Seq␤» | | [perl6/doc
``…/Any.pod6`` :*324*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L324) | say item([1,2,3]).perl; # OUTPUT: «$[1, 2, 3]␤» | | [perl6/doc
``…/Any.pod6`` :*325*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L325) | say item( %( apple =\> 10 ) ).perl; # OUTPUT: «${:apple(10)}␤» | | [perl6/doc
``…/Any.pod6`` :*326*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L326) | say item("abc").perl; # OUTPUT: «"abc"␤» | | [perl6/doc
``…/Any.pod6`` :*330*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L330) | say $[1,2,3].perl; # OUTPUT: «$[1, 2, 3]␤» | | [perl6/doc
``…/Any.pod6`` :*331*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L331) | say $("abc").perl; # OUTPUT: «"abc"␤» | | [perl6/doc
``…/Any.pod6`` :*551*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L551) | \.minpairs.perl.put; # OUTPUT: «(0 =\> "a", 3 =\> "a").Seq␤» | | [perl6/doc
``…/Any.pod6`` :*552*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L552) | %(:42a, :75b).minpairs.perl.put; # OUTPUT: «(:a(42),).Seq␤» | | [perl6/doc
``…/Any.pod6`` :*564*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L564) | \.maxpairs.perl.put; # OUTPUT: «(2 =\> "c", 5 =\> "c").Seq␤» | | [perl6/doc
``…/Any.pod6`` :*565*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Any.pod6#L565) | %(:42a, :75b).maxpairs.perl.put; # OUTPUT: «(:b(75),).Seq␤» | | [perl6/doc
``…/Attribute.pod6`` :*22*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Attribute.pod6#L22) | say $a.perl; # OUTPUT: «Attribute.new␤» | | [perl6/doc
``…/Bag.pod6`` :*51*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Bag.pod6#L51) | say $n.keys.perl; # OUTPUT: «(:c(2), :b(1), :a(0)).Seq␤» | | [perl6/doc
``…/Bag.pod6`` :*53*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Bag.pod6#L53) | say $n.values.perl; # OUTPUT: «(2, 1, 1).Seq␤» | | [perl6/doc
``…/Bag.pod6`` :*64*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Bag.pod6#L64) | say $n.keys.perl; # OUTPUT: «("b", "c").Seq␤» | | [perl6/doc
``…/Bag.pod6`` :*66*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Bag.pod6#L66) | say $n.values.perl; # OUTPUT: «(1, 4).Seq␤» | | [perl6/doc
``…/BagHash.pod6`` :*54*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L54) | say $n.perl; # OUTPUT: «("b"=\>1,"a"=\>1,"c"=\>2).BagHash␤» | | [perl6/doc
``…/BagHash.pod6`` :*55*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L55) | say $n.keys.perl; # OUTPUT: «("b", "a", "c").Seq␤» | | [perl6/doc
``…/BagHash.pod6`` :*56*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L56) | say $n.values.perl; # OUTPUT: «(1, 1, 2).Seq␤» | | [perl6/doc
``…/BagHash.pod6`` :*62*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L62) | say $n.perl; # OUTPUT: «("b"=\>1,"c"=\>4).BagHash␤» | | [perl6/doc
``…/BagHash.pod6`` :*63*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L63) | say $n.keys.perl; # OUTPUT: «("b", "c").Seq␤» | | [perl6/doc
``…/BagHash.pod6`` :*64*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L64) | say $n.values.perl; # OUTPUT: «(1, 4).Seq␤» | | [perl6/doc
``…/BagHash.pod6`` :*75*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L75) | say $m.perl; # OUTPUT: «("b"=\>1,"a"=\>1,"c"=\>2).BagHash␤» | | [perl6/doc
``…/BagHash.pod6`` :*76*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/BagHash.pod6#L76) | say $n.perl; # OUTPUT: «("b"=\>1,"c"=\>4).BagHash␤» | | [perl6/doc
``…/Buf.pod6`` :*50*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L50) | say $b.perl; # OUTPUT: «Buf.new(0,1,2,100,101,4,5)␤» | | [perl6/doc
``…/Buf.pod6`` :*58*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L58) | say $b.perl; # OUTPUT: «Buf.new(0,1,2,200)␤» | | [perl6/doc
``…/Buf.pod6`` :*65*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L65) | say $b.perl; # OUTPUT: «Buf.new(123, 123)␤» | | [perl6/doc
``…/Buf.pod6`` :*80*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L80) | say $b.perl; # OUTPUT: «Buf.new(1,2,42)␤» | | [perl6/doc
``…/Buf.pod6`` :*98*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L98) | say $b.perl; # OUTPUT: «Buf.new(0,1,2,3,4)␤» | | [perl6/doc
``…/Buf.pod6`` :*102*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L102) | $b.perl.say; # OUTPUT: «Buf.new(1,2,3,0,0,0,0,0,0,0)␤» | | [perl6/doc
``…/Buf.pod6`` :*113*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L113) | say $bú.perl; # OUTPUT: «Buf.new(1,1,2,3,5,8)» | | [perl6/doc
``…/Buf.pod6`` :*123*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L123) | say $bú.perl; # OUTPUT: «Buf.new(1,1,2,3,5)» | | [perl6/doc
``…/Buf.pod6`` :*133*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L133) | say $bú.perl; # OUTPUT: «Buf.new(1,1,2,3,5,8,13,21,34,55,89)» | | [perl6/doc
``…/Buf.pod6`` :*143*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L143) | say $bú.perl; # OUTPUT: «Buf.new(0,1,1,2,3,5,8,13,21,34,55,89)» | | [perl6/doc
``…/Buf.pod6`` :*153*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L153) | say $bú.perl; # OUTPUT: «Buf.new(1,1,2,3,5,8,13,21,34,55,89)» | | [perl6/doc
``…/Buf.pod6`` :*163*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L163) | say $bú.perl; # OUTPUT: «Buf.new(0,1,1,2,3,5,8,13,21,34,55,89)» | | [perl6/doc
``…/Buf.pod6`` :*173*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Buf.pod6#L173) | say $bú.perl; # OUTPUT: «Buf.new(3,2,1,2,3,5,8,13,21,34,55,89)» | | [perl6/doc
``…/Code.pod6`` :*151*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Code.pod6#L151) | Will produce a warning. Use C\<.perl\> or C\<.gist\> instead. | | [perl6/doc
``…/Complex.pod6`` :*194*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Complex.pod6#L194) | say (1-3i).perl; # OUTPUT: «\<1-3i\>␤» | | [perl6/doc
``…/Cool.pod6`` :*620*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L620) | 9930972392403501.round(1) .perl.say; # OUTPUT: «9930972392403501␤» | | [perl6/doc
``…/Cool.pod6`` :*621*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L621) | 9930972392403501.round(1e0) .perl.say; # OUTPUT: «9.9309723924035e+15␤» | | [perl6/doc
``…/Cool.pod6`` :*622*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L622) | 9930972392403501.round(1e0).Int.perl.say; # OUTPUT: «9930972392403500␤» | | [perl6/doc
``…/Cool.pod6`` :*1002*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1002) | say ‘»ö«’.uninames.perl; | | [perl6/doc
``…/Cool.pod6`` :*1008*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1008) | say "Ḍ̇'oh".comb\>\>.uninames.perl; | | [perl6/doc
``…/Cool.pod6`` :*1130*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1130) | say split(';', "a;b;c").perl; # OUTPUT: «("a", "b", "c")␤» | | [perl6/doc
``…/Cool.pod6`` :*1131*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1131) | say split(';', "a;b;c", 2).perl; # OUTPUT: «("a", "b;c").Seq␤» | | [perl6/doc
``…/Cool.pod6`` :*1133*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1133) | say split(';', "a;b;c,d").perl; # OUTPUT: «("a", "b", "c,d")␤» | | [perl6/doc
``…/Cool.pod6`` :*1134*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1134) | say split(/\\;/, "a;b;c,d").perl; # OUTPUT: «("a", "b", "c,d")␤» | | [perl6/doc
``…/Cool.pod6`` :*1135*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1135) | say split(/\<[;,]\>/, "a;b;c,d").perl; # OUTPUT: «("a", "b", "c", "d")␤» | | [perl6/doc
``…/Cool.pod6`` :*1137*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1137) | say split(['a', /b+/, 4], '1a2bb345').perl; # OUTPUT: «("1", "2", "3", "5")␤» | | [perl6/doc
``…/Cool.pod6`` :*1174*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1174) | say ("f,,b,c,d".split: /","/ ).perl; # OUTPUT: «("f", "", "b", "c", "d")␤» | | [perl6/doc
``…/Cool.pod6`` :*1175*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Cool.pod6#L1175) | say ("f,,b,c,d".split: /","/, :skip-empty).perl; # OUTPUT: «("f", "b", "c", "d")␤» | | [perl6/doc
``…/FatRat.pod6`` :*31*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/FatRat.pod6#L31) | say FatRat.new(1, 2).perl; # OUTPUT: «FatRat.new(1, 2)␤» | | [perl6/doc
``…/Hash.pod6`` :*21*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Hash.pod6#L21) | say %orig.perl; # OUTPUT: «{:a(1), :b(5), :c(6)}␤» | | [perl6/doc
``…/Hash.pod6`` :*242*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Hash.pod6#L242) | say %h.perl; | | [perl6/doc
``…/CatHandle.pod6`` :*72*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L72) | (.get xx 2).perl.say; # OUTPUT: «("A", "B").Seq␤» | | [perl6/doc
``…/CatHandle.pod6`` :*75*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L75) | (.get xx 3).perl.say; # OUTPUT: «("C\\n", "D\\n", "E\\n").Seq␤» | | [perl6/doc
``…/CatHandle.pod6`` :*97*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L97) | (.get xx 2).perl.say; # OUTPUT: «("A", "B").Seq␤» | | [perl6/doc
``…/CatHandle.pod6`` :*100*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L100) | (.get xx 3).perl.say; # OUTPUT: «("C", "D", "E").Seq␤» | | [perl6/doc
``…/CatHandle.pod6`` :*138*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L138) | IO::CatHandle.new($f1, $f2).comb(2).perl.say; | | [perl6/doc
``…/CatHandle.pod6`` :*305*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L305) | IO::CatHandle.new($f1, $f2).lines.perl.say; | | [perl6/doc
``…/CatHandle.pod6`` :*454*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L454) | $cat.lines.perl.say; # OUTPUT: «("", "B", "C", "", "E").Seq␤» | | [perl6/doc
``…/CatHandle.pod6`` :*455*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L455) | @old-stuff.perl.say; # OUTPUT: «["A\\nB\\nC", "D\\nE"]␤» | | [perl6/doc
``…/CatHandle.pod6`` :*654*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L654) | IO::CatHandle.new($f1, $f2).split(/o+/).perl.say; | | [perl6/doc
``…/CatHandle.pod6`` :*738*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/CatHandle.pod6#L738) | IO::CatHandle.new($f1, $f2).words.perl.say; | | [perl6/doc
``…/Handle.pod6`` :*755*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Handle.pod6#L755) | "foo".IO.open(:bin).Supply(:size\<10\>).tap: \*.perl.say; | | [perl6/doc
``…/Handle.pod6`` :*760*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Handle.pod6#L760) | "foo".IO.open.Supply(:size\<10\>).tap: \*.perl.say; | | [perl6/doc
``…/Handle.pod6`` :*919*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Handle.pod6#L919) | .slurp.perl.say; # OUTPUT: «"42\\n42foo"» | | [perl6/doc
``…/Path.pod6`` :*308*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path.pod6#L308) | say IO::Path::Win32.new("C:/rakudo/perl6.bat").parts.perl; | | [perl6/doc
``…/Path.pod6`` :*320*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path.pod6#L320) | "foo/bar".IO.perl.say; | | [perl6/doc
``…/Cygwin.pod6`` :*30*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path/Cygwin.pod6#L30) | IO::Path::Cygwin.new("foo/bar").perl.say; | | [perl6/doc
``…/QNX.pod6`` :*30*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path/QNX.pod6#L30) | IO::Path::QNX.new("foo/bar").perl.say; | | [perl6/doc
``…/Unix.pod6`` :*30*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path/Unix.pod6#L30) | IO::Path::Unix.new("foo/bar").perl.say; | | [perl6/doc
``…/Win32.pod6`` :*30*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Path/Win32.pod6#L30) | IO::Path::Win32.new("foo/bar").perl.say; | | [perl6/doc
``…/Unix.pod6`` :*42*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L42) | IO::Spec::Unix.basename("foo/bar/") .perl.say; # OUTPUT: «""␤» | | [perl6/doc
``…/Unix.pod6`` :*43*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L43) | IO::Spec::Unix.basename("foo/bar/.").perl.say; # OUTPUT: «"."␤» | | [perl6/doc
``…/Unix.pod6`` :*44*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L44) | IO::Spec::Unix.basename("foo/bar") .perl.say; # OUTPUT: «"bar"␤» | | [perl6/doc
``…/Unix.pod6`` :*162*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L162) | $\*SPEC.extension('foo.' ).perl.say; # OUTPUT: «""␤» | | [perl6/doc
``…/Unix.pod6`` :*163*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L163) | $\*SPEC.extension('foo.txt' ).perl.say; # OUTPUT: «"txt"␤» | | [perl6/doc
``…/Unix.pod6`` :*164*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L164) | $\*SPEC.extension('foo.tar.gz').perl.say; # OUTPUT: «"gz"␤» | | [perl6/doc
``…/Unix.pod6`` :*165*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L165) | $\*SPEC.extension('foo' ).perl.say; # OUTPUT: «""␤» | | [perl6/doc
``…/Unix.pod6`` :*166*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L166) | $\*SPEC.extension('bar.foo/foo').perl.say; # OUTPUT: «"foo/foo"␤» | | [perl6/doc
``…/Unix.pod6`` :*210*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L210) | IO::Spec::Unix.path.perl.say; | | [perl6/doc
``…/Unix.pod6`` :*260*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L260) | IO::Spec::Unix.split('C:/foo/bar.txt').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*263*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L263) | IO::Spec::Unix.split('/foo/').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*266*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L266) | IO::Spec::Unix.split('///').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*269*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L269) | IO::Spec::Unix.split('./').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*272*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L272) | IO::Spec::Unix.split('.').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*275*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L275) | IO::Spec::Unix.split('').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*288*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L288) | IO::Spec::Unix.splitdir('C:\\foo/bar.txt').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*291*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L291) | IO::Spec::Unix.splitdir('/foo/').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*294*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L294) | IO::Spec::Unix.splitdir('///').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*297*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L297) | IO::Spec::Unix.splitdir('./').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*300*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L300) | IO::Spec::Unix.splitdir('.').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*303*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L303) | IO::Spec::Unix.splitdir('').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*321*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L321) | IO::Spec::Unix.splitpath('C:\\foo/bar.txt').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*324*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L324) | IO::Spec::Unix.splitpath('C:\\foo/bar.txt', :nofile).perl.say; | | [perl6/doc
``…/Unix.pod6`` :*327*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L327) | IO::Spec::Unix.splitpath('/foo/').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*330*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L330) | IO::Spec::Unix.splitpath('/foo/', :nofile).perl.say; | | [perl6/doc
``…/Unix.pod6`` :*333*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L333) | IO::Spec::Unix.splitpath('///').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*336*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L336) | IO::Spec::Unix.splitpath('./').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*339*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L339) | IO::Spec::Unix.splitpath('.').perl.say; | | [perl6/doc
``…/Unix.pod6`` :*342*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Unix.pod6#L342) | IO::Spec::Unix.splitpath('').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*33*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L33) | IO::Spec::Win32.basename("foo/bar/") .perl.say; # OUTPUT: «""␤» | | [perl6/doc
``…/Win32.pod6`` :*34*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L34) | IO::Spec::Win32.basename("foo/bar\\\\").perl.say; # OUTPUT: «""␤» | | [perl6/doc
``…/Win32.pod6`` :*35*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L35) | IO::Spec::Win32.basename("foo/bar/.").perl.say; # OUTPUT: «"."␤» | | [perl6/doc
``…/Win32.pod6`` :*36*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L36) | IO::Spec::Win32.basename("foo/bar") .perl.say; # OUTPUT: «"bar"␤» | | [perl6/doc
``…/Win32.pod6`` :*176*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L176) | IO::Spec::Win32.path.perl.say; # OUTPUT: «(".", "foo", "bar/ber").Seq␤» | | [perl6/doc
``…/Win32.pod6`` :*225*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L225) | IO::Spec::Win32.split('C:/foo/bar.txt').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*228*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L228) | IO::Spec::Win32.split('/foo/').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*231*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L231) | IO::Spec::Win32.split('///').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*234*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L234) | IO::Spec::Win32.split('./').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*237*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L237) | IO::Spec::Win32.split('.').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*240*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L240) | IO::Spec::Win32.split('').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*253*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L253) | IO::Spec::Win32.splitdir('C:\\foo/bar.txt').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*256*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L256) | IO::Spec::Win32.splitdir('/foo/').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*259*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L259) | IO::Spec::Win32.splitdir('///').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*262*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L262) | IO::Spec::Win32.splitdir('./').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*265*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L265) | IO::Spec::Win32.splitdir('.').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*268*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L268) | IO::Spec::Win32.splitdir('').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*286*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L286) | IO::Spec::Win32.splitpath('C:\\foo/bar.txt').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*289*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L289) | IO::Spec::Win32.splitpath('C:\\foo/bar.txt', :nofile).perl.say; | | [perl6/doc
``…/Win32.pod6`` :*292*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L292) | IO::Spec::Win32.splitpath('/foo/').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*295*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L295) | IO::Spec::Win32.splitpath('/foo/', :nofile).perl.say; | | [perl6/doc
``…/Win32.pod6`` :*298*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L298) | IO::Spec::Win32.splitpath('///').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*301*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L301) | IO::Spec::Win32.splitpath('./').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*304*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L304) | IO::Spec::Win32.splitpath('.').perl.say; | | [perl6/doc
``…/Win32.pod6`` :*307*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/IO/Spec/Win32.pod6#L307) | IO::Spec::Win32.splitpath('').perl.say; | | [perl6/doc
``…/Iterable.pod6`` :*76*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Iterable.pod6#L76) | say ($('a', 'b'), 'c').perl; # OUTPUT: «($("a", "b"), "c")␤» | | [perl6/doc
``…/Iterator.pod6`` :*114*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Iterator.pod6#L114) | say $i.pull-one.perl; # OUTPUT: «IterationEnd␤» | | [perl6/doc
``…/Junction.pod6`` :*220*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Junction.pod6#L220) | \.all.perl.put; # OUTPUT: «all("a", IntStr.new(42, "42"), "c")␤» | | [perl6/doc
``…/List.pod6`` :*313*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/List.pod6#L313) | say @list.flatmap({.reverse}).perl; | | [perl6/doc
``…/List.pod6`` :*316*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/List.pod6#L316) | say @list.map({"$\_ was a {.^name}"}).perl; | | [perl6/doc
``…/List.pod6`` :*319*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/List.pod6#L319) | say @list.map({.reverse}).flat.perl | | [perl6/doc
``…/ClassHOW.pod6`` :*92*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Metamodel/ClassHOW.pod6#L92) | say Str.^lookup('Int').perl; # OUTPUT: «method Int (Str:D $: \*%\_) { #\`(Method\|39910024) ... }␤» | | [perl6/doc
``…/MethodContainer.pod6`` :*70*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Metamodel/MethodContainer.pod6#L70) | say 2.5.^lookup("sqrt").perl: # OUTPUT: «method sqrt (Rat $: \*%\_) ...␤» | | [perl6/doc
``…/MethodContainer.pod6`` :*71*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Metamodel/MethodContainer.pod6#L71) | say Str.^lookup("BUILD").perl; # OUTPUT: «submethod BUILD (Str $: :$value = "", \*%\_ --\> Nil) ...␤» | | [perl6/doc
``…/MultipleInheritance.pod6`` :*51*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Metamodel/MultipleInheritance.pod6#L51) | say A.^parents(:all).perl; | | [perl6/doc
``…/MultipleInheritance.pod6`` :*53*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Metamodel/MultipleInheritance.pod6#L53) | say A.^parents(:all, :tree).perl; | | [perl6/doc
``…/Method.pod6`` :*23*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Method.pod6#L23) | \.\&(my method (List:D:) { say self.perl; self }).say; | | [perl6/doc
``…/Mu.pod6`` :*153*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Mu.pod6#L153) | by humans. As such lists will be truncated at 100 elements. Use C\<.perl\> to get | | [perl6/doc
``…/Mu.pod6`` :*182*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Mu.pod6#L182) | say [1,2,3].item.perl; # OUTPUT: «$[1, 2, 3]␤» | | [perl6/doc
``…/Mu.pod6`` :*183*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Mu.pod6#L183) | say %( apple =\> 10 ).item.perl; # OUTPUT: «${:apple(10)}␤» | | [perl6/doc
``…/Mu.pod6`` :*184*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Mu.pod6#L184) | say "abc".item.perl; # OUTPUT: «"abc"␤» | | [perl6/doc
``…/Mu.pod6`` :*343*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Mu.pod6#L343) | say $p.perl; | | [perl6/doc
``…/Nil.pod6`` :*43*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Nil.pod6#L43) | (for Nil { $\_ }).perl.say; # OUTPUT: «(Nil,)␤» | | [perl6/doc
``…/Numeric.pod6`` :*68*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Numeric.pod6#L68) | say (4.0 + 0i).narrow.perl; # OUTPUT: «4␤» | | [perl6/doc
``…/Pair.pod6`` :*51*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Pair.pod6#L51) | sub s(\*%h){ say %h.perl }; | | [perl6/doc
``…/Pair.pod6`` :*257*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Pair.pod6#L257) | :foo\.invert.perl.say; # OUTPUT: «(:bar("foo"),).Seq» | | [perl6/doc
``…/Pair.pod6`` :*264*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Pair.pod6#L264) | :foo\.invert.perl.say; | | [perl6/doc
``…/Pair.pod6`` :*267*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Pair.pod6#L267) | :foo{ :42a, :72b }.invert.perl.say; | | [perl6/doc
``…/Proc.pod6`` :*16*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Proc.pod6#L16) | say "Output was $captured-output.perl()"; # OUTPUT: «Output was "Hallo world\\n"␤» | | [perl6/doc
``…/Rat.pod6`` :*53*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Rat.pod6#L53) | say (1/3).perl; # OUTPUT: «\<1/3\>␤» | | [perl6/doc
``…/Rat.pod6`` :*54*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Rat.pod6#L54) | say (2/4).perl; # OUTPUT: «0.5␤» | | [perl6/doc
``…/Rational.pod6`` :*127*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Rational.pod6#L127) | say $by-zero.norm.perl; # OUTPUT: «\<1/0\>␤» | | [perl6/doc
``…/Rational.pod6`` :*148*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Rational.pod6#L148) | say (5/2).base-repeating(10).perl; # OUTPUT: «("2.5", "")␤» | | [perl6/doc
``…/Routine.pod6`` :*255*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Routine.pod6#L255) | say %hash.perl; | | [perl6/doc
``…/Scalar.pod6`` :*13*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Scalar.pod6#L13) | This notation will appear in the output of a C\<.perl\> method in | | [perl6/doc
``…/Scalar.pod6`` :*53*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Scalar.pod6#L53) | round-tripping of C\<.perl\> output – since C\s are assumed to place | | [perl6/doc
``…/Scalar.pod6`` :*55*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Scalar.pod6#L55) | output of C\.perl\>. | | [perl6/doc
``…/Scalar.pod6`` :*57*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Scalar.pod6#L57) | [1, $(2, 3)].perl.say; # OUTPUT: «[1, (2, 3)]␤» | | [perl6/doc
``…/Scalar.pod6`` :*58*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Scalar.pod6#L58) | (1, $(2, 3)).perl.say; # OUTPUT: «(1, $(2, 3))␤» | | [perl6/doc
``…/Set.pod6`` :*38*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Set.pod6#L38) | say $n.keys.perl; # OUTPUT: «(:two(2), :zero(0), :one(1)).Seq␤» | | [perl6/doc
``…/Set.pod6`` :*49*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Set.pod6#L49) | say $n.keys.perl; # OUTPUT: «("one", "two").Seq␤» | | [perl6/doc
``…/SetHash.pod6`` :*59*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/SetHash.pod6#L59) | say $n.keys.perl; # OUTPUT: «(:two(2), :zero(0), :one(1)).Seq␤» | | [perl6/doc
``…/SetHash.pod6`` :*70*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/SetHash.pod6#L70) | say $n.keys.perl; # OUTPUT: «("one", "two").Seq␤» | | [perl6/doc
``…/SetHash.pod6`` :*80*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/SetHash.pod6#L80) | say $sh.keys.perl; # OUTPUT: «("key1", "key2").Seq␤» | | [perl6/doc
``…/SetHash.pod6`` :*87*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/SetHash.pod6#L87) | say $sh.keys.perl; # OUTPUT: «("a", "c").Seq␤» | | [perl6/doc
``…/Signature.pod6`` :*254*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L254) | say (limit-lines "a \\n b \\n c \\n d \\n", 3).perl; # "a \\n b \\n c \\n d " | | [perl6/doc
``…/Signature.pod6`` :*461*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L461) | say foo.perl; # OUTPUT: «Nil␤» | | [perl6/doc
``…/Signature.pod6`` :*662*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L662) | sub a(\*@a) { @a.perl.say }; | | [perl6/doc
``…/Signature.pod6`` :*682*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L682) | sub b(\*\*@b) { @b.perl.say }; | | [perl6/doc
``…/Signature.pod6`` :*706*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L706) | sub c(+@b) { @b.perl.say }; | | [perl6/doc
``…/Signature.pod6`` :*903*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L903) | put "called with {c.perl}" | | [perl6/doc
``…/Signature.pod6`` :*913*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Signature.pod6#L913) | multi sub f(Int $i, Str $s;; :$b) { say "$i, $s, {$b.perl}" }; | | [perl6/doc
``…/Slip.pod6`` :*35*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L35) | say (1, slip 2, 3).perl; # says (1, 2, 3) , slips 2, 3 into (1, …) | | [perl6/doc
``…/Slip.pod6`` :*36*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L36) | say (0, slip $l).perl; # says (0, $(1, 2, 3)), $l does not break apart | | [perl6/doc
``…/Slip.pod6`` :*37*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L37) | say (0, $l.Slip).perl; # says (0, 1, 2, 3) , slips from $l into (0, …) | | [perl6/doc
``…/Slip.pod6`` :*38*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L38) | say (\|$l).perl; # says slip(1, 2, 3) , breaks apart $l | | [perl6/doc
``…/Slip.pod6`` :*52*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L52) | my \\l = gather for 1..10 -\> $a, $b { take \|($a, $b) }; say l.perl; | | [perl6/doc
``…/Slip.pod6`` :*54*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Slip.pod6#L54) | my \\m= gather for 1..10 -\> $a, $b { take ($a, $b).Slip }; say m.perl; | | [perl6/doc
``…/Str.pod6`` :*485*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L485) | say split(";", "a;b;c").perl; # OUTPUT: «("a", "b", "c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*486*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L486) | say split(";", "a;b;c", :v).perl; # OUTPUT: «("a", ";", "b", ";", "c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*487*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L487) | say split(";", "a;b;c", 2).perl; # OUTPUT: «("a", "b;c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*488*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L488) | say split(";", "a;b;c", 2, :v).perl; # OUTPUT: «("a", ";", "b;c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*489*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L489) | say split(";", "a;b;c,d").perl; # OUTPUT: «("a", "b", "c,d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*490*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L490) | say split(/\\;/, "a;b;c,d").perl; # OUTPUT: «("a", "b", "c,d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*491*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L491) | say split(\<; ,\>, "a;b;c,d").perl; # OUTPUT: «("a", "b", "c", "d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*492*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L492) | say split(/\<[;,]\>/, "a;b;c,d").perl; # OUTPUT: «("a", "b", "c", "d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*493*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L493) | say split(\<; ,\>, "a;b;c,d", :k).perl; # OUTPUT: «("a", 0, "b", 0, "c", 1, "d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*494*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L494) | say split(\<; ,\>, "a;b;c,d", :kv).perl; # OUTPUT: «("a", 0, ";", "b", 0, ";", "c", 1, ",", "d").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*496*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L496) | say "".split("x").perl; # OUTPUT: «("",).Seq␤» | | [perl6/doc
``…/Str.pod6`` :*497*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L497) | say "".split("x", :skip-empty).perl; # OUTPUT: «().Seq␤» | | [perl6/doc
``…/Str.pod6`` :*499*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L499) | say "abcde".split("").perl; # OUTPUT: «("", "a", "b", "c", "d", "e", "").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*500*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L500) | say "abcde".split("",:skip-empty).perl; # OUTPUT: «("a", "b", "c", "d", "e").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*521*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L521) | say "abc".comb.perl; # OUTPUT: «("a", "b", "c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*522*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L522) | say 'abcdefghijk'.comb(3).perl; # OUTPUT: «("abc", "def", "ghi", "jk").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*523*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L523) | say 'abcdefghijk'.comb(3, 2).perl; # OUTPUT: «("abc", "def").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*524*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L524) | say comb(/\\w/, "a;b;c").perl; # OUTPUT: «("a", "b", "c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*525*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L525) | say comb(/\\N/, "a;b;c").perl; # OUTPUT: «("a", ";", "b", ";", "c").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*526*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L526) | say comb(/\\w/, "a;b;c", 2).perl; # OUTPUT: «("a", "b").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*527*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L527) | say comb(/\\w\\;\\w/, "a;b;c", 2).perl; # OUTPUT: «("a;b",).Seq␤» | | [perl6/doc
``…/Str.pod6`` :*528*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L528) | say comb(/.\<(.)\>/, "\<\>[]()").perl; # OUTPUT: «("\>", "]", ")").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*548*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L548) | say lines("a\\nb").perl; # OUTPUT: «("a", "b").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*578*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L578) | say "a\\nb\\n".words.perl; # OUTPUT: «("a", "b").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*579*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L579) | say "hello world".words.perl; # OUTPUT: «("hello", "world").Seq␤» | | [perl6/doc
``…/Str.pod6`` :*580*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L580) | say "foo:bar".words.perl; # OUTPUT: «("foo:bar",).Seq␤» | | [perl6/doc
``…/Str.pod6`` :*581*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Str.pod6#L581) | say "foo:bar\\tbaz".words.perl; # OUTPUT: «("foo:bar", "baz").Seq␤» | | [perl6/doc
``…/Test.pod6`` :*375*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Test.pod6#L375) | multi sub isa-ok(Mu $var, Mu $type, $desc = "The object is-a '$type.perl()'") | | [perl6/doc
``…/Test.pod6`` :*443*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Test.pod6#L443) | sub like(Str() $got, Regex:D $expected,$desc = "text matches $expected.perl()") | | [perl6/doc
``…/Test.pod6`` :*457*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/doc/Type/Test.pod6#L457) | multi sub unlike(Str() $got, Regex:D $expected,$desc = "text does not match $expected.perl()") | | [perl6/doc
``…/Convenience.pm6`` :*10*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/lib/Pod/Convenience.pm6#L10) | %confs{$\_} = $thing \~\~ Iterable ?? $thing.perl !! $thing.Str; | | [perl6/doc
``…/Convenience.pm6`` :*13*:](https://github.com/perl6/doc/blob/8ef3a57525b6eb66f674cb81326f7b5c6a481368/lib/Pod/Convenience.pm6#L13) | @chunks = $leading, $pod.^name, (%confs.perl if %confs), "\\n"; | | [perl6/perl6-http-server-async
``…/08_keepalive.unused`` :*39*:](https://github.com/perl6/perl6-http-server-async/blob/75c4441a24db9d1a76330a31ab2209c586bef10f/t/08_keepalive.unused#L39) | $data.perl.say; | | [perl6/perl6-pod-to-bigpage
``…/BigPage.pm6`` :*374*:](https://github.com/perl6/perl6-pod-to-bigpage/blob/92f2e4ef9f20a5031a5f033dc876e72f9d544553/lib/Pod/To/BigPage.pm6#L374) | '\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment