Hi,

I am executing following command 

foreach $_ (@vob_list)
{
system "cleartool lock vob:$_";
}

I want to catch the output of this system command in the file 

can anybody please tell me that how can i achieve that

Regards
Irfan Sayed

 

Reply via email to