|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Can any one help to correct the error which i got while using Rcs.pm in the Codeby srins (Sexton) |
| on Jul 26, 2006 at 18:10 UTC ( #563853=perlquestion: print w/ replies, xml ) | Need Help?? |
|
srins has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks,
Output of that method is In that Module i was trying to get the file by giving versions as input something as But this Functionality was not present in Rcs.pm,so i tried to parse that using Rcs::Parser Module. But in Rcs::Parser Module they were using But there was no RCS.pm module,but they have used as my$rcs=new RCS; I have changed that to my $rcs=new Rcs; in both my code and also in its Parser.pm file.But i am getting error as
I have also tried to use But i am not getting any Output. Can any one help me in identifying what this my $rcs=new RCS; Do i need to change anythign in my code. OR,is there any module to retrive my files based on my version input. Help needed to retrive my older files based on versions as input in CVS. My Testcase in CVS is in Xml format. say TC00631.xml and TC00631.xml,v My Code is Can any one help in this regard. Thanks, Srins. 20060726 Janitored by Corion: Removed PRE tags, as per Writeup Formatting Tips
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||