Acme::Cow::TextBalloon.3pm

Langue: en

Version: 2002-03-22 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Acme::Cow::TextBalloon - A balloon of text

SYNOPSIS

   use Acme::Cow::TextBalloon;
 
 
   $x = new Acme::Cow::TextBalloon;
   $x->add("bunch of text");
   $x->wrapcolumn(29);
 
 
   $y = new Acme::Cow::TextBalloon;
   $y->adjust(0);
   $y->add("more text");
 
 

DESCRIPTION

"Acme::Cow::TextBalloon" Creates and manipulates balloons of text, optionally printing them. One may notice that the methods in this module are named very similarly to those in "Acme::Cow"; that's because most of them have to do with the balloon rather than the cow.

AUTHOR

Tony Monroe <tmonroe plus perl at nog dot net>

SEE ALSO

Acme::Cow