| Acpi documentation | view source | Contained in the Acpi distribution. |
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.
| Acpi documentation | view source | Contained in the Acpi distribution. |