in reply to Re^4: Perl tk - How to integrate external scripts
in thread Perl tk - How to integrate external scripts
In this way your get_statistics routine will be called with the argument 'datafile.name'. You should store your data to be analyzed in this file.$mw-> Button (-text =>'Get Statistics', -command =>[ \&get_statistics, 'datafile.name' ] )->p +lace(-x=>320, -y=>35);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl tk - How to integrate external scripts
by Giorgio C (Novice) on Jan 30, 2012 at 12:03 UTC | |
by chessgui (Scribe) on Jan 30, 2012 at 13:45 UTC |