| Text-Hyphenate documentation | view source | Contained in the Text-Hyphenate distribution. |
Text::Hyphenate - Perl extension for blah blah blah
use Text::Hyphenate qw(hyphenate); $hyphenated = hyphenate($width, $text); # OR: $hyphenater = Text::Hyphenate->new($width); $hyphenated = $hyphenater->hyphenate($text);
Stub documentation for Text::Hyphenate was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.
Blah blah blah.
A. U. Thor, a.u.thor@a.galaxy.far.far.away
perl(1).
| Text-Hyphenate documentation | view source | Contained in the Text-Hyphenate distribution. |