File-Find-Rule-DMIDecode
view release on metacpan or search on metacpan
DMIDecode.pm view on Meta::CPAN
my @files = File::Find::Rule->dmidecode_type($dmi_type)->in($dir);
=head1 DESCRIPTION
This Perl module contains File::Find::Rule rules for detecting dmidecode files.
dmidecode text file is output of dmidecode tool, which prints information about
DMI.
DMI (Desktop Management Interface) generates a standard framework for managing
and tracking components in a desktop, notebook or server computer, by
abstracting these components from the software that manages them.
See L<DMI on Wikipedia|https://en.wikipedia.org/wiki/Desktop_Management_Interface>.
=head1 SUBROUTINES
=head2 C<dmidecode_file>
my @files = File::Find::Rule->dmidecode_file->in($dir);
The C<dmidecode_file()> rule detect dmidecode files by parsing of structure.
my @files = File::Find::Rule->dmidecode_type($dmi_type)->in($dir);
DESCRIPTION
This Perl module contains File::Find::Rule rules for detecting dmidecode
files.
dmidecode text file is output of dmidecode tool, which prints
information about DMI.
DMI (Desktop Management Interface) generates a standard framework for
managing and tracking components in a desktop, notebook or server
computer, by abstracting these components from the software that manages
them. See DMI on Wikipedia
<https://en.wikipedia.org/wiki/Desktop_Management_Interface>.
SUBROUTINES
"dmidecode_file"
my @files = File::Find::Rule->dmidecode_file->in($dir);
The "dmidecode_file()" rule detect dmidecode files by parsing of
structure.
( run in 0.344 second using v1.01-cache-2.11-cpan-299005ec8e3 )