Help for this page
#!/usr/bin/perl use strict; ... } exit;
S:\Steve\Dev\PerlMonks\P-2017-05-30@1228-Hash-Key-Quotes>hashkey1.pl $test_value = Nonquoted key %my_hash{"T::c"} = Quoted key %my_hash{T::c} = Nonquoted key