in reply to Re^5: Create new command winow using Term::ShellUI
in thread Create new command winow using Term::ShellUI

Hi, Can we use a pm file instead of pl file in the above example. ie
my $cmd = join ' ', q(cmd.exe /c start ), qq{"$^X"},__FILE__,'argv';
I want to implement this shell as a part of my application. ie In my main window if i select command from the dropdown menu, it should display this shellUI. If i follow the above procedure it displays seperate process window. Please suggest the solution for my requirement.
Thanks