''I've been programming for many years but am new to Perl. I'd like to learn about both Perl and Wiki by exploring (dissecting, reviewing) the Wiki source code.'' '''DumpBinding question''' Suppose that DumpBinding was altered as follows: sub Dump''''''Binding { if ($output''''''mode = html) { $Binding''''''Top = "
"; $Item''''''Open = "\n"; $Title''''''Open = "
"; $Title''''''Close = ""; $Def''''''Open = "
"; $Def''''''Close = ""; $Item''''''Close = ""; $Binding''''''Bottom = "

\n"; } elsif ($output''''''Mode = XML) { $Binding''''''Top = ""; $Item''''''Open = "\n"; $Title''''''Open = "