in reply to Crashing perl -c in version 5.20?

Is this a Perl thing, or Tk thing, or POE thing (or combination)?

Do you get the same results from perl -c when you don't load those modules?


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: Crashing perl -c in version 5.20?
by cmv (Chaplain) on Jan 05, 2016 at 19:25 UTC
    I seem to only be able to generate the error when both "use Tk" and "use POE" are in the script.

    Since the same script works fine in 5.14, it could be either 5.20, Tk, POE, or some combination of the three.