Help for this page

Select Code to Download


  1. or download this
      use v6.c;
    
      my %hash = (
    ...
      say %hash« "$somekey"       ».perl; # "A~B"
    
      say %hash<  $somekey        >.perl; # "?"