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