in reply to Re^2: Odd behaviour from print statement
in thread Odd behaviour from print statement

So it runs correctly in the debugger, but not from the command line?

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

  • Comment on Re^3: Odd behaviour from print statement

Replies are listed 'Best First'.
Re^4: Odd behaviour from print statement
by periapt (Hermit) on Jan 19, 2005 at 13:49 UTC
    No, it produces the same results in the debugger as on the command line. It's just that the debugger doesn't show any unexpected or unusual conditions. All the variables are what they should be. All the return codes are good and so on. The print statement just doesn't seem to work. Actually I suspect disk buffering in some way since it works to STDOUT although I have no idea what the problem might be.

    PJ
    use strict; use warnings; use diagnostics;