Acme::POE::Tree(3) User Contributed Perl Documentation Acme::POE::Tree(3) NNAAMMEE Acme::POE::Tree - an animated christmas tree SSYYNNOOPPSSIISS perl -MAcme::POE::Tree -e 'Acme::POE::Tree->new()->run()' DDEESSCCRRIIPPTTIIOONN Acme::POE::Tree uses IO::Tty to learn the current terminal size, Curses to fill the terminal with a colorful Christmas tree, and POE to animate the lights. PPUUBBLLIICC MMEETTHHOODDSS nneeww Create a new Acme::POE::Tree application. The light and star animation delays may be set here. The tree may also be set to exit automatically after a short amount of time: use Acme::POE::Tree; my $tree = Acme::POE::Tree->new( { star_delay => 1.5, # shimmer star every 1.5 sec light_delay => 2, # twinkle lights every 2 sec run_for => 10, # automatically exit after 10 sec } ); $tree->run(); rruunn Run the tree until the user decides they've had enough. AAUUTTHHOORR Rocco Caputo with debugging and feedback from irc.perl.org channel #poe. BBUUGG TTRRAACCKKEERR https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=Acme-POE-Tree RREEPPOOSSIITTOORRYY http://github.com/rcaputo/acme-poe-tree OOTTHHEERR RREESSOOUURRCCEESS http://search.cpan.org/dist/Acme-POE-Tree/ CCOOPPYYRRIIGGHHTT Copyright (c) 2008-2010, Rocco Caputo. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. perl v5.10.0 2010-03-05 Acme::POE::Tree(3)