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.
This was great... Thanks Tony.. It was surely Perl problem. The moment I followed your suggestion, it started working :) Thanks a million. Varun "Tony Hoyle" <tmh at nodomain.org> wrote in message news:c683ue$5jt$1 at paris.nodomain.org... > Varun Bansal wrote: > > > > My loginfo file has this entry which calls my script bz_append_log.pl > > > > DEFAULT C:\cvsrepo\test\CVSROOT\bz_append_log.pl $USER %{sVv} > > Some versions of perl don't properly parse STDIN if you use them like that. > Try invoking perl directly (perl C:\......) > > Tony