GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Devel::Platform::Info::Solaris(3) User Contributed Perl Documentation Devel::Platform::Info::Solaris(3)

Devel::Platform::Info::Solaris - Retrieve Solaris platform metadata

  use Devel::Platform::Info::Solaris;
  my $info = Devel::Platform::Info::Solaris->new();
  my $data = $info->get_info();

This module is a driver to determine platform metadata regarding the Solaris operating system. It should be called indirectly via it's parent Devel::Platform::Info

new

Simply constructs the object.

get_info

Returns a hash reference to the Solaris platform metadata.

Returns the following keys:

  source
  archname
  osname
  osvers
  oslabel
  is32bit
  is64bit
  osflag

  kernel
  kname
  kvers
    

The following links were used to understand how to retrieve the metadata:

  * http://www.symantec.com/connect/blogs/commands-find-out-solaris-os-version-ralus-rmal-issues
  * http://docs.sun.com/app/docs/doc/816-0211/6m6nc676p?a=view
  * http://docs.sun.com/app/docs/doc/816-5138/6mba6ua58?a=view

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).

RT Queue: http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Platform-Info

  Barbie (BARBIE) <barbie@cpan.org>
  Brian McCauley (NOBULL) <nobull67@gmail.com>
  Colin Newell (NEWELL) <newellc@cpan.org>
  Jon 'JJ' Allen (JONALLEN) <jj@jonallen.info>

  Copyright (C) 2010-2019 Birmingham Perl Mongers

  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic License 2.0.
2019-08-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.