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.
Josh Skains wrote: > Hmmmm.. So now I gotta figure out how to catch the data in Perl :(..... I certainly didn't realize the depth of differences between CVS and CVSNT..... Back to the drawing board! It's dead easy. You just need something like: @files = <STDIN>; foreach $item (@files) { # Do stuff } Regards Pat Galea