Fix POD errors.

This commit is contained in:
Colin Kuskie 2009-04-02 04:09:14 +00:00
parent e115ea18a5
commit d05d49d47a

View file

@ -660,7 +660,7 @@ call to L<"processGoto">.
The expression should be valid perl. Any section/question variables that you refer to The expression should be valid perl. Any section/question variables that you refer to
should be written as $var, as if your perl code had access to that variable. In reality, should be written as $var, as if your perl code had access to that variable. In reality,
those variables don't exist - they're substituted in via L<"parseGotoExpression"> and those variables don't exist - they're substituted in via L<parseGotoExpression> and
then the expression is evaluated in a safe compartment. then the expression is evaluated in a safe compartment.
Here is an example using section variables S1 and S2 as jump targets and question Here is an example using section variables S1 and S2 as jump targets and question