I was wondering what was wanted in the way of scripts for CPAN. I write a fair number and occasionally I wonder if they'd be of any use to others -- though usually I think they aren't polished enough to even make the attempt.

The script I had problems with the other day, I've gotten to a point that might make it worth a '1.0', but it's so specific to my needs I don't know how much I'm deluding myself about it being something that others might be interested in. OTOH, I've seen a wide range of code on CPAN from stuff way over my head (but useful), to stuff that seems very 'arcane' and has me scratching my head thinking "well, I suppose there are some people who might find it useful, and probably if there is even 1, it was good to have posted it..."

I don't know if anyone remembers the vague content, but the script 'iomon' is linux specific, and requires read access to the /proc/diskstats file.

Other requirements:
reads dir /dev/mapper.
wants 'mount' and 'stty' to be in the path for info requirements.

Is this the type of thing useful for the scripts section?


In reply to requiremens for CPAN scripts? by perl-diddler

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.