[cvsnt] Re: Urgent! Taginfo Scripts

Pat Galea wlist at dudegalea.co.uk
Tue Jun 15 08:56:51 BST 2004


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



More information about the cvsnt mailing list