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.
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:") {} Varun "Varun Bansal" <varun at in-reality.com> wrote in message news:c05i8m$i18$1 at sisko.local.nodomain.org... > Hi, > > I'm reading the STDIN in my program till I get the marker "Log Message:" > marker to get the log message passed to STDIN by loginfo file but it's > passing only Username, Filenames, Repositoy prefix, Revision numbers and > nothing else. I printed the whole STDIN, but dont see the log message which > I input during my commits. > > Any help will be appreciated. > > Thanks, > Varun > >