We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71457b6 commit 02e4e0dCopy full SHA for 02e4e0d
doc/Type/Capture.pod6
@@ -67,6 +67,7 @@ as named arguments and positional arguments will be passed as positional
67
arguments. You may re-use the capture as many times as you want, even with
68
different subroutines.
69
70
+=for code :preamble<my $d;my $e; sub greet {...}>
71
say greet |$d; # OUTPUT: «Mugen, 19»
72
say greet |$e; # OUTPUT: «Jin, 20»
73
0 commit comments