From b1b24ee7afadda660049b2e5ed5e566d8d3babbc Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Thu, 8 Sep 2011 22:52:09 -0400 Subject: [PATCH] remove bogus < in B<> formatting code --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index f76c47c..7799fe4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6866,7 +6866,7 @@ X X X X X =item substr EXPR,OFFSET Extracts a substring out of EXPR and returns it. First character is at -offset C<0> (or whatever you've set C<$[> to (but B<)). +offset C<0> (or whatever you've set C<$[> to (but B)). If OFFSET is negative (or more precisely, less than C<$[>), starts that far back from the end of the string. If LENGTH is omitted, returns everything through the end of the string. If LENGTH is negative, leaves that -- 1.8.3.1