use 5.026; my $something = <<~'HERE'; =head1 Ignore me This doesn't look like pod to perldoc anymore. $var = 'foo'; # you can still indent things =cut HERE print $something;