in reply to Re^5: chunking up texts correctly for online translation
in thread chunking up texts correctly for online translation

Oops, if you implement a package on same file, you don't use it. I have edited out use My::Module; and also fixed a couple of typos. And also the most important part: it should be bless $self, $class . This always makes me remember the order bless $self => $class; I have edited the original post.