The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 :

    0

    The path to the file.

    1

    The field that used to extract the value.

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'