Hello my dear wise fellows

Iīve been trying to debug this for hours without success, so I desperately need thy wisdom now.

I have a script that analyses a tab delimited .txt file and imports the aproved lines into mysql. Everything rins smoothly with all my vendors, but with one of them the processing just freezes in the middle of the file, and without generating any error message.

I was able to detect at wich line it stops, but I just canīt figure out why this happens, as this line seems to be just ok.

Is there any diagnostics module wich I can use to make Perl yell about whatīs wrong, or at least at which line it is freezing?

The other day I solved a problem like this: Perl was freezing because a field being evaluated for > contained letters. But today I just canīt find anything!

Please help me fellow monks

Thanks a lot

André


In reply to Perl crossing arms silently: loop stoping without any error message by Andre_br

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.