Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    exit;
    
  2. or download this
    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