in reply to Re: Tk module subs executes without invocation
in thread Tk module subs executes without invocation
Magic. Thanks! That works. Can you explain why?
Also, another question: now that I ported all the subs from the script into a module the script reports:
Also something which it hasn't done before (this is despite a use Tk; statement at the beginning of the module and script). Why is that?Assuming require 'Tk::BrowseEntry' at FP_GUI.pm line 151; Assuming require 'Tk::ProgressBar' at FP_GUI.pm line 169;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Tk module subs executes without invocation
by Tanktalus (Canon) on Aug 29, 2005 at 16:28 UTC |