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.
new();
Contructor for the class
getValueField();
Return the value into the field.
Take 2 arg :
AUTHORS
Developed by Shy <shy@cpan.org>.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 80:
Expected text after =item, not a number
- Around line 90:
You forgot a '=back' before '=head1'