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


Acpi documentation  | view source Contained in the Acpi distribution.

Index


NAME

Top

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

SYNOPSIS

Top

use Acpi::Field;

$field = Acpi::Field->new;

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

DESCRIPTION

Top

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

METHOD DESCRIPTIONS

Top

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

AUTHORS

Top


Acpi documentation  | view source Contained in the Acpi distribution.