[Templates] substr vmethod
Jonathan Mangin
jon.mangin@comcast.net
Wed, 9 Aug 2006 13:42:12 -0400
----- Original Message -----
From: "Randal L. Schwartz" <merlyn@stonehenge.com>
To: "Jonathan Mangin" <jon.mangin@comcast.net>
Sent: Wednesday, August 09, 2006 11:15 AM
Subject: Re: [Templates] substr vmethod
>
> From "perldoc Template::Manual::VMethods"
>
> substr(offset, length, replacement)
> Returns a substring starting at 'offset', for 'length'
> characters.
>
I'm using v2.14. Is this new in 2.15?
(Surprised it doesn't show up in online docs either.)
I have perl 5.8.5 installed. What minimum version does
2.15 require?
The chunk method David and Philip clued me into works [fine].
Thanks everyone.