From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-06-10 00:00:02
|
Hi, I finished the module SplashFast.pm! Fast, small (every thing in 1 .pm file) and easy to use: ----- Example: sub BEGIN { use Wx::SplashFast ; Wx::SplashFast->new("./logo.jpg",5000); } # This need to be inside sub main::BEGIN to work! -------------------------- Now you just put the command SplashFast inside BEGIN and Perl make the rest! ;-P Load the zip and see the readme.txt for instructions: http://wxperl.virtuasites.com.br/SplashFast.pm.zip Please send your feedback in the mailing list! Graciliano M. P. |