$xterm = Proc::Simple->new(); $xterm->start("xterm -sb -ls -vb"); ... $xterm->kill();