in reply to Re^3: Can we make hash key check in 'if' condition case insensitive?
in thread [SOLVED: Can we make hash key check in 'if' condition case insensitive?

You need fc here too

my %hash = map { fc $_, 1 } @castaways; poj
  • Comment on Re^4: Can we make hash key check in 'if' condition case insensitive?
  • Download Code