in reply to Re: Print both elements in a compare
in thread Print both elements in a compare

Thanks for the information. I wanted to avoid using modules becuase I don't learn anything by doing it that way.

Replies are listed 'Best First'.
Re^3: Print both elements in a compare
by Marshall (Canon) on Nov 02, 2010 at 11:31 UTC
    Perl is a "get the job done" kind of S/W tool and many of the Perl modules do help. They aren't all good or wise to use in all situations. However, when they do some "grunt work" for you so that you can think about bigger problems, I figure that is just fine. But when 5 lines of code does all you need and exactly what you need, then that's a different story.