Substitution Examples 

<% $message %>
You chose <% scalar @items %> item<% @items != 1 ? 's' : '' %>.
Your items are: <% join ', ', reverse sort { lc $a cmp lc $b } @items %>