use Rcs::Parser; use strict; my $rcs=new Rcs::Parser; $rcs->load("filename,v"); print "Last: ".$rcs->version() ." ".$rcs->date()."\n"; print "First: 1.1 ".$rcs->date("1.1") ."\n";
In reply to Re: file pointer question
by Anonymous Monk
in thread file pointer question
by kprasanna_79
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |