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