For Programmers: Free Programming Magazines  


Home > Archive > PerlTk > August 2004 > launching a new script









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author launching a new script
Rio Robles

2004-08-27, 3:56 am

whats the best cross-platform way to launch another script from a tk
program in a non-blocking manner? Id like to use Config.pm for starters,
it doesnt block my tk app on my system but what about other systems?
Ala Qumsieh

2004-08-27, 3:58 pm

Rio Robles wrote:
> whats the best cross-platform way to launch another script from a tk
> program in a non-blocking manner? Id like to use Config.pm for starters,
> it doesnt block my tk app on my system but what about other systems?


You can either use Tk::fileevent (which is a standard part of pTk) or
Tk::ExecuteCommand (which you need to fetch from CPAN.org).

perldoc Tk::fileevent

for more info.

--Ala
(PS. I live really really really close to you)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com