my $output = system('cleartool', 'lsco', '-r', '-brt', $stream, '-fmt', '%En\t%u\n'); #### my $output = `cleartool lsco -r -brt $stream -fmt "%En\\t%u\\n"`; #### my $output = `cleartool lsco -r -brt $stream -fmt '%En\\t%u\\n'`;
## my $output = `cleartool lsco -r -brt $stream -fmt "%En\\t%u\\n"`; ##
## my $output = `cleartool lsco -r -brt $stream -fmt '%En\\t%u\\n'`;