in reply to Re^5: How to perform a subroutine run in cpan Tk::ExecuteCommand module
in thread How to perform a subroutine run in cpan Tk::ExecuteCommand module
Thanks Corion, By putting the whole execution line in $cmd, it works, but what I'm looking for is if the module can works on subroutine instead of a command. As there and something else extra I would like to put inside the subroutine before the one liner external command be executed. The Perl external script is part of the job inside my subroutine. Can this be done?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How to perform a subroutine run in cpan Tk::ExecuteCommand module
by Corion (Patriarch) on Jun 25, 2014 at 08:30 UTC | |
by Janish (Sexton) on Jun 25, 2014 at 08:39 UTC | |
by Corion (Patriarch) on Jun 25, 2014 at 08:41 UTC | |
by Janish (Sexton) on Jun 25, 2014 at 09:15 UTC | |
|
Re^7: How to perform a subroutine run in cpan Tk::ExecuteCommand module
by RonW (Parson) on Jun 25, 2014 at 16:34 UTC | |
by Janish (Sexton) on Jun 26, 2014 at 02:06 UTC |