The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
% my $x;
Hello Mr. <% $x %>!

% # another line
% sub stuff { 1 }
% do { stuff() };

% my %h;
Hello, <% $h{not_defined} %>!

And, then end.