|
Acpi::Field - A class to extract informations in /proc/acpi/. |
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.
Contructor for the class
Return the value into the field.
Take 2 arg :
|
Acpi::Field - A class to extract informations in /proc/acpi/. |