Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Varun Bansal wrote: > Its giving me the error: > > Use of uninitialized value in string ne at > C:\cvsrepo\test\CVSROOT\logmsg.archive line 170 (#1) > (W uninitialized) An undefined value was used as if it were already > defined. It was interpreted as a "" or a 0, but maybe it was a mistake. > To suppress this warning assign a defined value to your variables. > > The error line is Line 170: > while ((shift @lines) ne "Log Message:") {} > That looks like just an error in the script... The cvsnt-commits list is generated by a perl script which does something very similar - have a look at the log_accum script in the cvs contrib directory. Tony