Thanks for the advice, I certainly will do that (I hope to get to it later today). I'm not really sure how to run perl in the debugger. I apologize for not including the output or being more explicit in my original post.

The output is:
c:\WINDOWS>snp500eps xxx xxx scg@mailhost.com Getting SNP file from web. . . Done getting file. . . Opened Spread... 19.24 18.52 18.13 16.97 17.24 16.31 68.65 Different values! DB: 68.07 silly program doesn't know it's over at C:\Perl\bin\snp500eps.pl line +63. WEB: 68.65

where it just hangs with a blinking cursor at the end of "68.65_" (the underscore is the cursor). It does get the spreadsheet, the spreadsheet can be opened and the values get printed out appropriately, and the email is sent (so I know the variables' values are fine, and it certainly appear that it does actually get to the die function).

Typically, I do use warnings, one reason I didn't here is because I notice a warning coming out of BasicRead related to a pack statement (this doesn't seem to interfere with actually reading the spreadsheet, however).

In reply to Re^2: Script no longer exiting by SamCG
in thread Script no longer exiting by SamCG

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.