in reply to PVCS (Almost) More like PVCS::Audit

You're in luck. The first part is covered in perlfaq4, specifically How do I compute the difference of two arrays? How do I compute the intersection of two arrays?.

I suppose you could use hash slices to accomplish the same thing... but that's the basic idea.

For the second part, you might use Algorithm::Diff. A simple string compare would work, too, if I understand you correctly.

  • Comment on Re: PVCS (Almost) More like PVCS::Audit

Replies are listed 'Best First'.
RE: Re: PVCS (Almost) More like PVCS::Audit
by prodevel (Scribe) on Sep 28, 2000 at 08:25 UTC
    You're a rock star, but you already know that. That algo in "How do I compute..."
    is suhweeet. I'll have to take a bit more time sitting w/Algorithm::Diff.

    Thank you, you've made my day more valuable.

    Rob