G'day ardaniel,

Welcome to the Monastery.

[For future reference: Please put warning & error messages (as well as code and data) within <code>...</code> tags. This makes it easier to read and has some additional benefits, such as handling special characters. Thankyou.]

I didn't have Net::CUPS installed either; attempting to install resulted in the same error you've reported.

I don't actually want that module; however, here's the procedure to follow for this, and other modules, which require 3rd-party resources.

  1. Go to the CPAN page for the module: Net::CUPS
  2. At the top of the page you'll see
    "{author-link} / {distribution-link} / {module-name}".
    In this instance, {distribution-link} is Net-CUPS-0.64; follow that link.
  3. You're now at the distribution page. You'll see a number of links to various files: you're looking for either INSTALL or README. If both are present, you may need to read both of them. In this case, there's no INSTALL; so follow the README link.
  4. About halfway down you'll see DEPENDENCIES. This is a common section in README files with information about libraries, and so on, you may need to install. For Net::CUPS, it's pointing you to http://www.cups.org.
  5. You'll need to find downloads appropriate for your operating system. In general, aim to get the most recent. Not knowing what OS you're using; I'll leave you to work out the rest yourself.

— Ken


In reply to Re: Perl printing to HP 7855 by kcott
in thread Perl printing to HP 7855 by ardaniel

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.