Thanks for those tips. I will get a book on mod_perl and see what I need to do. There is no database, so that part is good. I use a hash table that I worked up instead, as there are only 92 or so tr's needed. I don't know how much time I have as I almost have the syllabary done. I'll be using GD to write the text, using a ttf font of my own making. That will cut out the images loading, but really it runs quick as it is. Just had to use GD because I will be using the GD::Text::Arc module as well. I finally got it to work with my font, after pulling out some hair... Thanks for the tip on not breaking it up. Can you tell me how to best profile the script to check for bottlenecks ? Putting in some print to screens of where It is at from time to time ? Sorry, still a new kid at Perl.

In reply to Re^2: Good News/Bad ? by JimDuyer
in thread Good News/Bad ? by JimDuyer

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.