Hi. Thanks. There is so much information with this site. I think I am responding mainly to soonix and LanX.

What happens if you add another Newline before the "}"?

I tried this and the Line X (previous email) error went away but the Line X plus 300 still remained. I got curious about the other white space type of characters. Here is a presentation from the offending code/comment some of which I can remove, and have no errors from Eclipse (and EPIC).

; # print $result; } This is a ascii dump of the above (compliments of Notepad++) 3B0D0A0D0A09092320207072696E7420 24726573756C743B09090D0A097D The ascii characters 3B => ; 0D => CR 0A => LF 09 => Tab 23 => # 20 => space 70 => p 74 => t 7D => }

I found nothing suspicious with the above. Oddly there are 2 tabs after comment "print $result;"

Does the file compile with perl -c ?

Yes it does.

C:\u\Perl_Eclipse_IDE\OBD2_control>perl -c OBD2_control_test_02.pl OBD2_control_test_02.pl syntax OK C:\u\Perl_Eclipse_IDE\OBD2_control>

This seems to suggest my problems are an issue with Eclipse (and EPIC). I feel I am up for a learning curve with EMACs. It difficult to appreciate an editor having the function of an IDE. Are there any first suggestions for someone running perl on windoms 10 ?? (where best to Emac download from)

Regards JC......


In reply to Re^2: Eclipse IDE with add on EPIC; Errors on the code by jmClifford
in thread Eclipse IDE with add on EPIC; Errors on the code by jmClifford

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.