in reply to How do I select first string of a two dimensional array to compare to other values?
This: my $first_value is not the same variable as this: print "$first\n";
If you had actually used strict and warnings in your code; they would have told you that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I select first string of a two dimensional array to compare to other values?
by joi1369 (Initiate) on Aug 31, 2015 at 00:54 UTC |