On Tuesday 27 Oct 2009 13:50:16 Majian wrote: > Hello,all: > I had a question about the perl hash case insensitive . > > And I had this script : > ========================================== > #!/usr/bin/perl > use warnings;
Just a note - you're missing the "use strict;" pragma which is a big no no in production code. See: http://perl-begin.org/tutorials/perl-for-newbies/part2/#page--my--use_strict-- PAGE (Sorry for the broken link - either paste the remaining part or search for "use strict" on the page.) People may refuse to help you with such code because it may contain many subtle bugs. Regards, Shlomi Fish [snipped] -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ What Makes Software Apps High Quality - http://shlom.in/sw-quality Chuck Norris read the entire English Wikipedia in 24 hours. Twice. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/