in reply to Re: Help with 'use Warnings' please?
in thread Help with 'use Warnings' please?

I could have posted the entire example, but it would have been much too long. I am using strict, and the code I posted does in fact show pretty much exactly what is going on.

I will experiment with 'use diagnostics' and see what that reveals. Thanks for the suggestion.

Nat

Replies are listed 'Best First'.
Re^3: Help with 'use Warnings' please?
by davorg (Chancellor) on Jul 13, 2009 at 19:02 UTC
    I could have posted the entire example, but it would have been much too long. I am using strict, and the code I posted does in fact show pretty much exactly what is going on.

    The best way to get help here is to post a self-contained program which exhibits your problem. If we can run your program, then it's far more likely that we'll be able to find the issue.

    I find that in the process of cutting a program down to an example that illustrates a particular problem, it often gives me a different perspective and enables me to find a solution without even posting here.

    --

    See the Copyright notice on my home node.

    Perl training courses