Something in the examples of the Config.pm module has busted the representation of the Config page on the web site. Editors?

_____________________________________________________
Jeff[japhy]Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

Replies are listed 'Best First'.
Re: Config page is busted
by footpad (Abbot) on Sep 02, 2001 at 02:12 UTC
    The problem is caused by a missing </PRE> tag near the beginning of the node. Specifically:

    <PRE> print con <img src="http://perlmonks.org/images/descriptiontitle.gif"><BR> <P> The Config module contains...

    That first line need the closing tag. Unfortunately, it's not an editor editable node type. We need a higher authority to fix it.

    --f