I'm not looking for a code writing service. What is it with you people? Where do you get this belief that people like me are looking for a polished script?

I'm not asking for the moon here. I'm only asking for two things.

.

1. A suggestion of which module you think would be better suited for my goal and a concise tutorial on how to install them.

-- One that provides a WORKING link to a WORKING (Perl v5.10 compatible) installer, pm file or archive file, and explains exactly how to install it if it isn't already an wrapped in an installer itself.......... rather than the usual "tutorial by bibliography" list of (often dead) links a la "you might find it here or here or here or here, and tips on how to install it here or here or here or here." --

- Hey dude, I think this module would be better for you
- download it here (direct link or link to site and specify which version I should get, ie: is compatible and has all the basics of point 2...)
- run the installer -- or -- put the files here and type this

.

2. Basic functions that I can play with. To build an image consisting of smaller images and colored text and lines.

use blah; $img = new image; $img -> insertImage(paramenters); $img -> changeColor(paramenters); $img -> insertText(paramenters); $img -> changeColor(paramenters); $img -> insertLine(paramenters);

A "Hello World" picture, if you will. That's all I'm after. Is that so hard?

If you just plain don't know but don't want to come right out and say it, that's fine to. Just don't reply.


In reply to Re^2: Dynamic image collages delivered by webserver by fgsfds100
in thread Dynamic image collages delivered by webserver by fgsfds100

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.