Skip to content

Instantly share code, notes, and snippets.

@PatrickCronin
Last active April 16, 2021 20:26
Show Gist options
  • Save PatrickCronin/96c3e9304563a94830ede74fee05a352 to your computer and use it in GitHub Desktop.
Save PatrickCronin/96c3e9304563a94830ede74fee05a352 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/perl
use strict;
use warnings;
my $sql = <<~'SQL';
SELECT *
FROM some_table
SQL
my $does_the_highlighting = 'work after the indented heredoc?';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment