Thank you so much for all the wisdom you've all shared with me on this one. The problem was solved when someone suggested I stored the JS into a variable and used the variable in the table itself (made the tables cleaner for debugging and for some reason the scalar runs differently than just the code did by itself *ponders that for a minute*). The problem is solved but from what you monks have showed me, there is still a lot of work that needs to be done with this.

Normally I indent with PerlTidy and I appologize for not doing it before posting this node. It was used originally but since then lots of code was added and must have it more difficult for you to read and understand. For indents of printing as well, that usually gets fixed when I use PerlTidy and that may have helped solve the problem quicker (as one of you suggested).

Thank you for sharing the differences between commas and semi colons, I'm sure that will come in handy on nearly all the scripts I write. Also, thank you for the shortcut for the  , that'll make it look a lot cleaner :) Again, thank you for all your help. Perl is a tough language to get into but with people you like around it makes it possible to take a step forward.

"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid


In reply to Re: Re: Syntax errors galore, need a good debugging by sulfericacid
in thread Syntax errors galore, need a good debugging by sulfericacid

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.