The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Cobalt::LCD - Perl extension for interacting with the sys-apps/cobalt-panel-utils on Gentoo

SYNOPSIS

  use Cobalt::LCD;

  my $lcd = Cobalt::LCD->new();
  
  I'm not going to go in to detail at this time as the package is still very much in testing. If you want to play, read the source.

DESCRIPTION

Cobalt::LCD is used to work in a more friendly fashion with the Gentoo sys-apps/cobalt-panel-utils package.

EXPORT

Export? Do I have to pay taxes? I thought this sucker was duty free...

No exports, works better as an object due to certain bits of state information.

SEE ALSO

Provided you have the sys-apps/cobalt-panel-utils package installed, you can `man` the heck out of those utilities:

lcd-write lcd-swrite lcd-yesno lcd-setcursor lcd-getip lcd-flash readbutton iflink iflinkstatus

Also, checkout http://gentoo.404ster.com/ as that's where my projects are tracked.

AUTHOR

Jeff Walter <lt>jeffw@404ster.com<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Jeff Walter

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.