| Acpi documentation | view source | Contained in the Acpi distribution. |
Acpi::Field - A class to extract informations in /proc/acpi/.
use Acpi::Field;
$field = Acpi::Field->new;
print $field->getValueField("/proc/acpi/info","version")."\n";
Acpi::Field is used into Acpi::* to extract informations.
This sections contains only the methods in Field.pm itself.
The path to the file.
The field that used to extract the value.
| Acpi documentation | view source | Contained in the Acpi distribution. |