Last active
April 16, 2021 20:26
-
-
Save PatrickCronin/96c3e9304563a94830ede74fee05a352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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