in reply to Re: ClearCase and Perl
in thread ClearCase and Perl

Yes it is vobs and the sub directory is where the files I need to run the cleartool find command. I get an output but as if it was ran outside of the vobs directory. Output with files can not be found. As if it can not find the files.

Replies are listed 'Best First'.
Re^3: ClearCase and Perl
by adefaria (Beadle) on Mar 07, 2014 at 15:44 UTC
    What you have should work. It's unclear if the view "conflictcheck.view" was started and the vob was mounted when your script ran. If that were the case then it would seem like the vob was empty. How about doing the chdir then do an system('ls') to see if your script sees files after the chdir? It should. If not then the chdir failed (but you do error out if that happens). If there are no files then start another window and cd to that directory there. If the new shell window shows files but your script doesn't then there's something else wrong.