Acpi

 view release on metacpan or  search on metacpan

Battery.pm  view on Meta::CPAN

print "Battery offline\n";

}

=head1 DESCRIPTION

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

=head1 METHOD DESCRIPTIONS

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

=over

=item *

new();

Contructor for the class

=item *

Fan.pm  view on Meta::CPAN

$fan = Acpi::Fan->new;

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

=head1 DESCRIPTION

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

=head1 METHOD DESCRIPTIONS

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

=over

=item *

new();

Contructor for the class

=item *

Field.pm  view on Meta::CPAN

$field = Acpi::Field->new;

print $field->getValueField("/proc/acpi/info","version")."\n";

=head1 DESCRIPTION

Acpi::Field is used into Acpi::* to extract informations.

=head1 METHOD DESCRIPTIONS

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

=over

=item *

new();

Contructor for the class

=item *

Temperature.pm  view on Meta::CPAN

$temperature = Acpi::Temperature->new;

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

=head1 DESCRIPTION

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

=head1 METHOD DESCRIPTIONS

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

=over

=item *

new();

Contructor for the class

=item *



( run in 2.636 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )