in reply to Perl help needed:match user input with data read from a file
As a matter of programming style you should always use strictures (use strict; use warnings;) and you should avoid $a and $b as variable names because they perform special magic with sort.
|
|---|