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

Nope, that didn't do it. I'm wondering if it's something outside the file that's causing it. You can't get much simpler than returning a positive value, but I can't get it to do it.
  • Comment on Re^2: Ablation.pm did not return a true value

Replies are listed 'Best First'.
Re^3: Ablation.pm did not return a true value
by moritz (Cardinal) on Oct 05, 2007 at 11:00 UTC
    What is the output if you simply run perl Ablation.pm
      Let me check. Nothing. It just comes right back to the command prompt. This happens as it is as well as if I comment out the last 1;
        And if you step through it in the debugger?
        perl -dw Ablation.pm
        throop
Re^3: Ablation.pm did not return a true value
by svenXY (Deacon) on Oct 05, 2007 at 11:05 UTC
    Hi,
    well, then comment out one module call at a time and check which one does it.
    Regards,
    svenXY