in reply to how to execute 'tmboot -y'

All of your answers are very useful. I have my code as below:
chdir "/server/setup"; my $input = "daily.log"; print $file capture_merge {system('setenv.cmd&&tmboot -y')}; close($file);
it is working. Thank you all again

Replies are listed 'Best First'.
Re^2: how to execute 'tmboot -y'
by poj (Abbot) on Jul 25, 2017 at 20:26 UTC

    where is the open $file statement ?

    poj