fan(3) - Linux man page

Name

Acpi::Fan - A class to get informations about your fan.

Synopsis

use Acpi::Fan;

$fan = Acpi::Fan->new;

print $fan->getStatus."\n";

Description

Acpi::Fan is used to have information about your fan.It's specific for GNU/Linux.

Method Descriptions

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

new();
Contructor for the class
getStatus();
Return 0 if it's active or -1.

Authors

• Developed by Shy <shy@cpan.org>.

Pod Errors

Hey! The above document had some coding errors, which are explained below:

Around line 71:
You forgot a '=back' before '=head1'