| Acpi documentation | view source | Contained in the Acpi distribution. |
Acpi::Fan - A class to get informations about your fan.
use Acpi::Fan;
$fan = Acpi::Fan->new;
print $fan->getStatus."\n";
Acpi::Fan is used to have information about your fan.It's specific for GNU/Linux.
This sections contains only the methods in Fan.pm itself.
| Acpi documentation | view source | Contained in the Acpi distribution. |