in reply to Re: Tk::Gauge errors
in thread Tk::Gauge errors

Even with the fixed code you provided, I'm still getting the exact same error messages. Could it be a system-specific error? Beyond that, any ideas on how to possibly fix it? I recently compiled 5.16.0 on my computer, so if I insert 'require 5.16.0' after the Tk modules, I get an entirely different error of:

Perl v5.16.0 required--this is only v5.12.4, stopped at gaugetest2 lin +e 10.

If I can fix that, is there a chance it'd fix the errors I'm getting?

Replies are listed 'Best First'.
Re^3: Tk::Gauge errors
by linuxkid (Sexton) on Aug 06, 2012 at 15:52 UTC

    Yes, that would fix it, chances are that one of the modules has a use v5.16.0 declaration, so anything less will crash it

    --linuxkid


    imrunningoutofideas.co.cc