in reply to Re^4: Ablation.pm did not return a true value
in thread Cryptic error message

And if you step through it in the debugger?
perl -dw Ablation.pm
throop

Replies are listed 'Best First'.
Re^6: Ablation.pm did not return a true value
by Phemto (Acolyte) on Oct 05, 2007 at 12:25 UTC
    Aha! The program just terminates. Thanks! The only other time I've seen that behavior is when my line breaks were wrong. I don't know how I did it, but I had carriage returns instead of line feeds. My editor doesn't display it any differently, so just staring at the code didn't help.

    I fixed that, and now I get lots of nice, totally understandable errors to attack.

    Thanks Again!