Help for this page
} elsif ($par=~m{"(.*)"}) { ($page,$section)=('',$1); #In this case, it looks to me # that the pod author forgot the initial / but is # trying to link to a section in corrent page # (quoted name).
--- Html.pm 2005-07-01 14:48:23.000000000 +0100 +++ Html.pm.new 2005-07-01 23:07:35.000000000 +0100 ... } elsif( $par =~ /\s/ ){ # this must be a section with missin +g quotes ( $page, $section ) = ( '', $par );