On Wed, Apr 15, 2009 at 09:20, Rajini Naidu <rajinid...@gmail.com> wrote: snip > $test2 = system("/usr/atria/bin/cleartool desc \$include | grep created | > awk -F\" \" \'{print \$2}\' | cut -b 1-9 "); snip
You might also want to look on CPAN[1] for interfaces to cleartool[2]. Many people use Perl with ClearCase, so there should be some decent modules available that might make your life easier. 1. http://search.cpan.org 2. http://search.cpan.org/search?query=cleartool&mode=all -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/