## The following can be found from within the cleartool environment (type man fmt_ccase) ## %l = Labels - For versions, all attached labels; the null string otherwise. ## %En = Element name ## %Sn = Short name ## %u = Login name of the user associated with the event. ## %Fu = Full name of the user. ## %a = All attached attributes. my $command = qq/cleartool find $object -version "version(\\main\\LATEST)" /; $command .= qq/-exec "cleartool describe -fmt """%n %Fu %a %l\\n""" ""%CLEARCASE_XPN%"""/;