Bill Ward wrote:
Why just strings? Why not scalars?
The tags appear to be positioned in the string so i'm not sure how that
would work for scalars.
On Thu, Jan 29, 2009 at 4:52 PM, Paul LeoNerd Evans
<leon...@leonerd.org.uk> wrote:
METHODS
$str = $st->str
Returns the plain string contained within the object.
$str = $st->substr( $start, $len )
Returns a substring of the plain string contained within the object.
I don't know how you would feel about this but what about also
overloading the stringification of the object so that one could use the
built in C<substr> also?