in reply to Re^2: embedding xterm in perl/tk windowin thread embedding xterm in perl/tk window
$cmd = "\'ls; bash\'"; system("xterm -into $xtId -hold -e $cmd &"); [download]