Help for this page
use warnings; use strict; ... my $final = capturex('cscript','//nologo',$tfn); chomp($final); print "final: '$final'\n";