Interop Challenges- Common Scripts
Native scripting languages for UNIX and Windows are not compatible
One solution- adopt another scripting language recognized on both platforms
- Recommended to use Perl
- ClearCase ships with Perl on both UNIX and Windows
- bin/Perl on UNIX; bin\ccperl.exe on Windows
- Perl is similar to native UNIX scripting languages
- ClearCase currently uses v5.002 on UNIX; v5.001 on Windows