Greetings, caratmonk.

It would appear that you are very new to Perl. Moreover, that you are not very familiar with the process, and what might be expected, when installing Perl Modules. The error you are receiving, indicates that you are missing (at least) one other module, that is needed for the module you are attempting to install. Either because it needs it, in order to function properly. Or that it needs it to actually build, or install.

You sould really do a little investigation regarding the installation of Perl Modules, before attempting an installation. You could go to Perl's home page, read the Perl doc's, and even read a quick reference to installing Perl Modules; located on CPAN, the primary resource for all things Perl Module. Any of these references, will easily get you "up to speed" in a relatively short period of time. Arming you with invaluable knowledge. That empowers you to do far more than simply installing Perl Modules. :)
Oh, and did I mention the Search Box, up in the left-hand corner of every page, here on PerlMonks? :)

Best wishes.

--Chris

UPDATE: updated link for Installing Perl Modules. Added reference to the CPAN.

¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH


In reply to Re: perl multitouch module error by taint
in thread perl multitouch module error by caratmonk

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.