Help for this page

Select Code to Download


  1. or download this
    use v6;
    
    ...
    my %kv4  = "$var4",'LiteralValue';
    
    say :%kv4.perl;
    
  2. or download this
    "kv1" => {"LiteralKey" => "LiteralValue"}
    "kv2" => {"LiteralKey" => "LiteralValue"}
    "kv3" => {"Literalkey" => "LiteralValue"}
    "kv4" => {"LiteralKey" => "LiteralValue"}