Perl code to get the diff of the two baselines in clearcase ?
Why do you need a perl code for that? Why not just use the clearcase command?
To get the file diff with the immediate previous version in non-gui mode.
cleartool diff -pre <filename>
Or are you looking/expecting for anything else?
--ahamed
I need to capture the checkin list between two baselines in csv or word format . this command is not redirecting output wheni use $cmd>>output.csv