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.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
In the absence of evidence, opinion is indistinguishable from prejudice.
I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!
  • Comment on Re: How do I select first string of a two dimensional array to compare to other values?
  • Select or Download Code

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
    That was completely my fault. I was trying to clarify once I had put it on the site and then ended up forgetting to change the other one.