shy > Acpi-0.1 > Acpi::Temperature

Download:
acpi/Acpi-0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source  

NAME ^

Acpi::Temperature - A class to get informations about your battery.

SYNOPSIS ^

use Acpi::Temperature;

$temperature = Acpi::Temperature->new;

print "Current Temperature".$temperature->getTemperature."\n";

DESCRIPTION ^

Acpi::Temperature is used to have information about the temperature of the machine.It's specific for GNU/Linux.

METHOD DESCRIPTIONS ^

This sections contains only the methods in Temperature.pm itself.

AUTHORS ^