Well, three suggestions I have: (1) Look at the code of the module itself and determine how it reads the parameters so that you can massage your request to fit within what its method is expecting. (2) Look at the code of the module itself for an example of how to roll your own solution that works as you would prefer it to. (3) If the module's code is broken, get in touch with the module's author and help out by submitting a patch to him.

Option one or two are probably the easiest. The module's deficient POD does suggest that it's possible to get a list of all matches, so it's probably just a matter of looking at how the module expects you to properly request a list of all matches versus first match only. For that you'll have to take a look at the module's code, as the POD is not thorough enough to explain what is required.


Dave


In reply to Re^5: Image processing in perl by davido
in thread Image processing in perl by viplav4u1ly

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.