Thanks to visit codestin.com Credit goes to github.com
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 60a3d27 commit 0bf6845Copy full SHA for 0bf6845
1 file changed
Doc/myformat.perl
@@ -182,7 +182,7 @@ sub my_module_index_helper{
182
183
sub do_cmd_nodename{ &do_cmd_label(@_); }
184
185
-sub do_cmd_mytableofcontents{ &do_cmd_tableofcontents(@_); }
+sub do_cmd_mytableofcontents{ local($_) = @_; $_; }
186
187
$any_next_pair_rx3 = "$O(\\d+)$C([\\s\\S]*)$O\\3$C";
188
$any_next_pair_rx5 = "$O(\\d+)$C([\\s\\S]*)$O\\5$C";
0 commit comments