Help for this page
$dir =~ s/^$PodDir/$HTMLDir/o;
# fix up the Win32 paths $PodDir =~ s( \\ )(/)gx; $HTMLDir =~ s( \\ )(/)gx;