in reply to Re: •Re: Array::Compare issues
in thread Array::Compare issues

Yes, my example specifically uses $ARGV, which will be sensitive to the names of the files being processed. Either rename your files to be file1 and file2, or change the strings in the two greps.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: •Re: Array::Compare issues

Replies are listed 'Best First'.
Re: •Re: Re: •Re: Array::Compare issues
by sunadmn (Curate) on Oct 06, 2003 at 18:26 UTC
    Thanks Merlyn that did the trick just fine. -Sunadmn