in reply to Tk module subs executes without invocation
-command=>[\&_save_defaults($self)]],
I've never had any success in pre-binding a variable like this. Try:
instead.-command=>[ sub { $self->_save_defaults() } ]],
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk module subs executes without invocation
by dannoura (Pilgrim) on Aug 29, 2005 at 15:45 UTC | |
by Tanktalus (Canon) on Aug 29, 2005 at 16:28 UTC |