#!/usr/bin/perl use strict; use warnings; use ClearCase::Proc::ClearTool; my $cleartool = new ClearCase::Proc::ClearTool; my($stat, $err) = $cleartool->start; $stat and die $err; $cleartool->run('lshistory -local'); print $cleartool->dump;
Perhaps this might help get you started?
In reply to Re: How to use lshistory of cleartool in perl?
by Khen1950fx
in thread How to use lshistory of cleartool in perl?
by xxyk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |