i have a perl script and i want to execute it in gui using tk....any help i use ubuntu
i have a script say x.pl
use Tk; my $main = MainWindow->new; $main->Button(-text => 'Hello', -command => [\&printem, "Hello\n"] )->pack; $main->Button(-text => 'End', -command => [$main => 'destroy'] )->pack; MainLoop;
The above script produces two buttons.... now i want when i click any button the script x.pl executes..... plz u hv any solution
plzzz helpIn reply to Run a script as GUI using perl\tk by knils_r00t
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |