http://www.perlmonks.org?node_id=759365


in reply to Re^2: New to me crash message
in thread New to me crash message

... this is the second part of two scripts, the first writes the file this one reads at an earlier point, the one with '|' as divider so at least that is unlikely.

In my experience, a statement like "that is unlikely" doesn't suffice for debugging the sort of problem you're having. Only testing will suffice. Test the output of that first script for the data set in question, and confirm that every record matches  /\S\|\S/.

You can also create a small test set of data for input to the OP script, include a record that does not match that regex, and see what happens. If it blows up, that's a good cue for adding some defensive code in the OP script, to do something sensible when such data comes in (skip the record or die, with a suitable message to stderr).

Replies are listed 'Best First'.
Re^4: New to me crash message
by hsmyers (Canon) on Apr 22, 2009 at 21:14 UTC
    A little like asking the husband for his fingerprints to rule him out. While it may upset him, it can in fact actually rule the poor guy out. And in the code, would be one less thing to worry about. Good suggestion.

    --hsm

    "Never try to teach a pig to sing...it wastes your time and it annoys the pig."