Help for this page

Select Code to Download


  1. or download this
    %hash {foo} = 'bar'; # illegal in Perl 6, as Abigail points out
    
    # versus:
    
    %hash{foo} = 'bar'; # what the rest of the world does