How are you testing the boards? Does it involve a lot of repeating steps? What OS are you using to test them (I'm assuming you're not going at the boards with a simple multi-meter) :-)

Perl is pretty good at automating software. If you want to look at it that way, it's a sort of shell scripting on steroidstm.

If you're dealing with win32 GUI tools, you may be interested in Win32::API and Win32::GuiTest. If you want to run and check the output of DOS/Win32/Unix/Other command-line tools, see perlopentut and possibly perlipc.

If you're dealing with applications that have a well-defined API, it's possible you can find a module to interface with it at http://search.cpan.org. If the program (or library) has some sort of C API, you can probably get it to work with Inline::C, or failing that the more powerful (but more intricate) XS.

You may find it helps to be more specific in your questions. :)


In reply to Re: hardware troubleshoot with perl ? by Joost
in thread hardware troubleshoot with perl ? by haleemul

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.