On 08/31/2015 04:54 PM, ToddAndMargo wrote:
Hi All,

SL 7.1

perldoc perlreref

Is this mess suppose to happen (reprodeced in "terminal" and "xterm")?

-T



ESC[1mNAMEESC[0m
     perlreref - Perl Regular Expressions Reference

ESC[1mDESCRIPTIONESC[0m
     This is a quick reference to Perl's regular expressions. For full
     information see perlre and perlop, as well as the "SEE ALSO"
section in
     this document.

   ESC[1mOPERATORSESC[0m
     "=~" determines to which variable the regex is applied. In its
absence, $_
     is used.


echo $PAGER
less

$ which less
/usr/bin/less

$ PAGER=more perldoc perlreref

works fine.


And I just filed on it:
https://bugzilla.redhat.com/show_bug.cgi?id=1258741

Reply via email to