perl_learner211 has asked for the wisdom of the Perl Monks concerning the following question:
Currently, it only prints out the text AFTER everything is done instead of before it makes a system call and after the system call.for loop for each i $txt->insert('end',"Starts ... Process"); **makes a system call to another perl script here $txt->insert('end'," ... Done\n"); $txt->refresh(); <--- this is what I tried $txt->update(); <--- this is what I tried too end for loop
|
|---|