Text::Hyphenate - Perl extension for blah blah blah


Text-Hyphenate documentation  | view source Contained in the Text-Hyphenate distribution.

Index


NAME

Top

Text::Hyphenate - Perl extension for blah blah blah

SYNOPSIS

Top

  use Text::Hyphenate qw(hyphenate);

  $hyphenated = hyphenate($width, $text);

  # OR:

  $hyphenater = Text::Hyphenate->new($width);
  $hyphenated = $hyphenater->hyphenate($text);

DESCRIPTION

Top

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.

AUTHOR

Top

A. U. Thor, a.u.thor@a.galaxy.far.far.away

SEE ALSO

Top

perl(1).


Text-Hyphenate documentation  | view source Contained in the Text-Hyphenate distribution.