I have to tell you that nothing has changed between the piece of code that is kicking this error off and this piece of code. Please tell me what the heck has happened here as I am most frustrated.
On one level, by posting no code you've given us little to work with.
On another level--the wetware level--you've given us plenty.
If you approach this problem with the attitude of "but nothing has changed!" you are setting yourself up. It's a bug in your thinking. Things change. It's a fundamental law.
- Clocks tick onward. When the date changes code might be taking alternate paths.
- Underlying data changes, causing code to take alternate paths.
- The environment changes, often by someone installing (or uninstalling) software or service packs (or Perl modules). Or permission bits get flipped, or disks fill up.
Accept that something has changed, and get on with finding out what that something is. And yes, that can be frustrating, but it's a probably a learning opportunity (even if it is an ill-timed one).
A useful exercise in cases like this is to try to distill the problem down to a small example that strips out extraneous detail. By the time you're there, the problem is liable to be apparent. If it isn't, you'll have a clean snippet to post.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.