shy > Acpi > Acpi::Field

Download:
acpi/Acpi-0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source  

NAME ^

Acpi::Field - A class to extract informations in /proc/acpi/.

SYNOPSIS ^

use Acpi::Field;

$field = Acpi::Field->new;

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

DESCRIPTION ^

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

METHOD DESCRIPTIONS ^

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

AUTHORS ^