%{..}, %!..! .. , %Q{}, , . , %{..}, %!..! %q{..}.
>> x = 5
=> 5
>> %q[#{x}]
=> "\#{x}"
>> %[#{x}]
=> "5"
>> %Q[#{x}]
=> "5"
>>
% Notation
Perl- : % ( ) , :
%{78% of statistics are "made up" on the spot}
- , %[including these], %?or these?, %~or even these things~. , - " ' unescaped, , , , , , . , %(parentheses), %[square brackets], %{curly brackets} %<pointy brackets> , , :
%(string (syntax) is pretty flexible)