Thanks Friedo for your quick answer. I did what you said, and download the API module. But now I get this 'shout': "Can't locate loadable object for module Win32::API in @INC". INC cntains all the links I set, which the first one point at the Win32-API-0.41 directory (which I have download from Cpan) Whem I tried to debug I have tested the Win32-API-0.41 directory it self by a simple test as suggested in the Win32:API link that you have sent me. all I wanted is to call the API, and get a process ID, thus I have copy paste the example given in the Cpan, and now I got the following 'shout': Can't locate Win32/API.pm Although I ran the test in the same directory whereas the API.pm was! But beside this 2 problems above,I am worried now, about something else: The Device I work with (the speach recognition device) can work only with Windows98/95 as it use the 8bit Dos, which is not applicable for Windows-2K/XP. Do you think I might face problem using the Win32 when communicate to that device? Please reply, thanks, Eran.

In reply to Re^2: Using the Serial Port by eran_benjamin
in thread Using the Serial Port by eran_benjamin

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.