Skip to content

Commit

Permalink
[S19] break up unintentional pod formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitz Elliott committed Jan 30, 2011
1 parent 15040dd commit a68bbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S19-commandline.pod
Expand Up @@ -304,11 +304,11 @@ like a closing HTML tag.
=back

These options are made available in dynamic variables matching their name,
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:

++PARSER --setting=Perl6-autoloop-no-print ++/PARSER

is available inside your script as C<< %*OPTS<PARSER> >>, and contains
is available inside your script as C<< %*OPTSZ<><PARSER> >>, and contains
C<--setting=Perl6-autoloop-no-print>. Since eager matching is used, if you
need to pass something like:

Expand Down

0 comments on commit a68bbb1

Please sign in to comment.