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 15040dd commit a68bbb1Copy full SHA for a68bbb1
S19-commandline.pod
@@ -304,11 +304,11 @@ like a closing HTML tag.
304
=back
305
306
These options are made available in dynamic variables matching their name,
307
-and are invisible to C<MAIN()> except as C<< %*OPTS<name> >>. For example:
+and are invisible to C<MAIN()> except as C<< %*OPTSZ<><name> >>. For example:
308
309
++PARSER --setting=Perl6-autoloop-no-print ++/PARSER
310
311
-is available inside your script as C<< %*OPTS<PARSER> >>, and contains
+is available inside your script as C<< %*OPTSZ<><PARSER> >>, and contains
312
C<--setting=Perl6-autoloop-no-print>. Since eager matching is used, if you
313
need to pass something like:
314
0 commit comments