
Term::Caca - perl interface for libcaca (Colour AsCii Art library)

Usage:
use Term::Caca; my $caca = Term::Caca->init(); $caca->putstr(5, 5, "pwn3d"); $caca->refresh(); sleep 3;

This method instantiates a Term::Caca object. (Note that init() is an alias for new() and that they may be used interchangeably.)
Set the amount of time in milliseconds between frames to establish a constant frame rate

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar
22 rue de Plaisance, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

John Beppu <beppu@cpan.org>

Term::Caca::Constants, Term::Caca::Sprite, Term::Caca::Bitmap,