field(3) - Linux man page
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 :
- Contructor for the class
- 0
The path to the file.
1
The field that used to extract the value.
Authors
- • Developed by Shy <shy@cpan.org>.
Pod Errors
Hey! The above document had some coding errors, which are explained below:
- Around line 90:
- You forgot a '=back' before '=head1'