DMI::Decode

Perl extension for extracting DMI Information
Download

DMI::Decode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Russell Pettway
  • Publisher web site:
  • http://search.cpan.org/~russellp/

DMI::Decode Tags


DMI::Decode Description

Perl extension for extracting DMI Information DMI::Decode is a Perl class that provides a object oriented way to display the DMI (Desktop Managment Information) some say SMBIOS (System Managment Basic Input Output System) of your computer.SYNOPSIS #!/usr/bin/perl use strict; use warnings; use DMI::Decode; my $dmi = new DMI::Decode; my $bios = $dmi->bios_information; print "Vendor: " . $bios->{vendor}, " "; print "Version: " . $bios->{version}, " "; print "Rom Size: " . $bios->{romsize}, " "; print "Runtime Size: " . $bios->{runtime}, " "; print "Release Date: " . $bios->{release}, " "; foreach (@{$bios->{characteristics}}) { print " $_ "; } Requirements: · Perl


DMI::Decode Related Software