Thanks for the comment :)

I read a bunch of different examples before I posted. Its hard for me to ask the right questions when I don't know the terminology. Understanding the variables is my biggest issue atm, which i'm slowly grasping through trial and error. I've read lots, but at this point in time, I can't grasp how to do the stuff I do in LUA.

My apologies if a question seems out in left field, but if you look at the mashing of code that I produce, you'd laugh your head off(seriously) So I try to clean it up so it just represents the question I have :)

This last question, yes my code was completely redundant, but thats how i've always built my arrays. I couldn't have found that out without asking, no tutorial on the internet would have said so. Nor would I have found out that I should be using the @ instead of % as the tutorial was telling me(logically, I like @ more and my instinct told me to use it, but the tutorial said otherwise) I'm amazed that Monk saw my code as I posted and deleted it quickly because it was a mess...

Learning Perl and Intermediate Perl, I'll see what I can learn from them. Its frusterating that i'm not a 'beginner' at coding, but I am in Perl syntax. The easy books are too easy and anything heavier is too complex *gasp*

Thank-you again, much appreciated as always :)


In reply to Re^4: If Not Replace by Inexistence
in thread If Not Replace by Inexistence

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.