my $osname = $os->name() ? $os->name() : `uname -o -r`; chomp($osname); print "Operating System: $osname\n";