Is there any module to do same on Unix systems ?
No, if only for the fact there are a gazillion different Unix systems, all different, and while some Unix flavours have one or more software package systems (there are a bazillion systems for Linux), I don't know any Unix system that requires the use of a software package to install software.

As for "system resources", you have to be a bit more specific. For some resources, there might be modules that work for some Unix flavours.

Just for fun, you might want to look in the Configure script (with associated hint files) that comes with a Perl distribution, what is needed to find out in a portable way what is available. And those are the easy things, like figuring out the capabilities of the compiler.

Abigail


In reply to Re: Modules to find system resources on Unix by Abigail-II
in thread Modules to find system resources on Unix by ramthen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.