in reply to Tk::JComboBox error: Can't set -state to `normal'

I see the same error behavior you describe.
>perl -wMstrict -le "use Win32; print 'Win32 name: ', Win32::GetOSName(); print 'Win32 ver: ', Win32::GetOSVersion(); print 'Perl ver: ', $]; " Win32 name: WinXP/.Net Win32 ver: 5126002007681 Perl ver: 5.010000
(Strawberry Perl.)

Replies are listed 'Best First'.
Re^2: Tk::JComboBox error: Can't set -state to `normal'
by stefbv (Priest) on Oct 04, 2009 at 13:09 UTC
    Thank you for the feedback.