NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: comparing strigns
by jink (Scribe) on Mar 06, 2001 at 22:24 UTC
    You open the files and read the strings from them, then you compare them, eg using ($string1 eq $string2).
    Another option would be to explain your question, by giving an example for instance.