
iPodDB - iPod music database browser

use iPodDB;
iPodDB->new->run;

iPodDB is a WxPerl-based app for browsing music on your iPod.

This is just an alias for Wx's MainLoop().
This is used to initialize the application. It sets a few application parameters and loads up an iPodDB::MainWindow object.



Copyright 2004 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.