Berthern

Looking at perldebug, several places that apparently should be printing '<' and '>' are printing as gt, lt. For instance, search for 'ltCRgt'.

I can figure out what it's supposed to be there. But later, like at the 'ltlt command', it looks even screwier; if I didn't already know the command I'd be stumped.

This behavior is new; or at least I think I'd have noticed when I last puzzled over perldebug a couple weeks ago.

throop

Replies are listed 'Best First'.
Re: Odd gt lt in perldebug
by ikegami (Patriarch) on Dec 05, 2006 at 16:49 UTC

    The perl docs on this site are outdated. Who knows which tool was used to generate the HTML from the pod. The docs on perldoc.perl.org are up to date, cleaner, and the pod converter they used does not have this bug.

    [doc://perldebug]