http://www.perlmonks.org?node_id=388479


in reply to Adso.pl

Version 10 is giving me some troubles:

$ perl adso10.pl Assuming 'require Tk::Font;' at adso10.pl line 722 New login level: 0 New login level: 2 CB schlepper: starting recurrent schlep immediately... CB schlepper: got 107 new items. Tk::Error: Bad option `-state' at /usr/lib/perl5/site_perl/5.8.3/i386- +linux-thread-multi/Tk.pm line 247. Tk callback for .notebook.chatterbox.rotext ...more here
Any suggestions?

SciDude
The first dog barks... all other dogs bark at the first dog.

Replies are listed 'Best First'.
Re^2: Adso.pl
by jdporter (Paladin) on Sep 07, 2004 at 18:47 UTC

    Replace -state => 'hidden' with -elide => 1.

    This change is already in version 0.11, which is almost ready.