#!/usr/bin/perl use Carp; use rc_rcs; $if = new rc_rcs; $if->get(); $if->checkin(); $if->diff(); print "end...\n";