in reply to Tk interface and the rest of the program -- II
and then have myscript.pl read in the filename from the command line.my $button = $top->Button ( -text => "click me", -command => sub {system "myscript.pl $filen +ame"} )->pack();
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk interface and the rest of the program -- II
by Anonymous Monk on Aug 15, 2002 at 20:30 UTC | |
by kvale (Monsignor) on Aug 15, 2002 at 21:22 UTC |