my $issue =<<'THIS_IS_WHY'; You cant use =<< It is already used (at least in p5) as you can see What might be nice is more OO syntax like my $min = @list.min my $max = @list.max But you can already get almost that from [cpan://List::Util] THIS_IS_WHY print $issue