Help for this page

Select Code to Download


  1. or download this
    The general Subscript rules apply providing shortcuts for lists of lit
    +eral strings, with and without interpolation.
    
    ...
    my $fruit = 'bananas';
    dd %h«oranges "$fruit"»;
    # OUTPUT: «("round", "bendy")␤»