in reply to Re: Re: Re: Perl/Tk run program
in thread Perl/Tk run program

JamesNC you gave me the idea to try the & inside my system call. I came up with this.
system("$text &"); exit;
I put this im my sub, and it works great. I am going to expand this to hold a history and add error checking for commands inputed to make sure they work and let you know if you get a command not found. Thank you for the idea JamesNC. Thank you