Scarborough has asked for the wisdom of the Perl Monks concerning the following question:
my $get_button = $mw->Button(-text=>'Get Parameters', -command=>[\ +&get_params, \$job_name])->pack;
This works fine but &get_params returns an array, where does the array end up or can't I do this.
I may be missing something here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk returns from a sub
by matija (Priest) on Sep 13, 2004 at 14:45 UTC | |
by Scarborough (Hermit) on Sep 13, 2004 at 14:54 UTC |