NAME
Linux::Perl::uname
SYNOPSIS
my @parts = Linux::Perl::uname->uname();
my @parts = Linux::Perl::uname::x86_64->uname();
DESCRIPTION
This module returns the list of strings from the uname
system call. See man 2 uname
for the specifics of what that means.