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.
I am having some odd problems. I am moving the CVS repository to a Win2k3 box. At current, I am using ActivePerl and CVSNT and trying to convert my scripts from using CVS to CVSNT. I have special tag management scripts. So of course CVSNT had to change to STDIN from ARGV. Unfortunatly I am having a hard time with STDIN data. Here is an attempt to tag two files: All I am getting is garbage from the return: ð¨ 1.1 ð¨ 1.2 I tried @stdin=<STDIN>; and then foreach $data (@stdin) { print "data: $data"; } and even tried to just: print (@stdin)... Any thoughts? Thanks, JMS