The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

iPodDB - iPod music database browser

SYNOPSIS

        use iPodDB;

        iPodDB->new->MainLoop;

DESCRIPTION

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

METHODS

OnInit( )

This is used to initialize the application. It sets a few application parameters and loads up an iPodDB::MainWindow object.

SEE ALSO

  • Wx

  • Mac::iPod::DB

AUTHOR

  • Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

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.