Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gweber19

  1. gweber19

    Return the file size using ccperl

    Another one of my co-workers was able to look at this with me and he found that as soon as I was adding a new object to source control, ClearCase is changing the file from "new_object" to "new_object.mkelem" and that is why my script could not find the file or directory. Script is now working...
  2. gweber19

    Return the file size using ccperl

    I am writing a trigger for ClearCase to prevent files e.g.)greater than 10 MB from being added to source control. We are using the ccperl that is installed with ClearCase. In my perl script, I've tried using the two examples below and it returns nothing: 1. $filesize = -s "test.txt"; print...

Part and Inventory Search

Back
Top