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

use Acpi::Temperature;
$temperature = Acpi::Temperature->new;
print "Current Temperature".$temperature->getTemperature."\n";

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

This sections contains only the methods in Temperature.pm itself.
Contructor for the class
Return the temperature.
Return the state.
Return the critical temperature.
Return the passive temperature.
Return the active temperature.
Return 0 if cooling mode is active or -1.
