Abhisek 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.
  • Comment on Whether this concept of comparing two different output from same input file will work

Replies are listed 'Best First'.
Re: Whether this concept of comparing two different output from same input file will work
by hipowls (Curate) on Feb 11, 2008 at 06:36 UTC

    Why not use diff? It was built for just such a purpose.

Re: Whether this concept of comparing two different output from same input file will work
by planetscape (Chancellor) on Feb 11, 2008 at 12:41 UTC
Re: Whether this concept of comparing two different output from same input file will work
by CountZero (Bishop) on Feb 11, 2008 at 08:39 UTC
    What code?

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James