Skip to content

Instantly share code, notes, and snippets.

@mbround18
Created April 2, 2019 22:34
Show Gist options
  • Save mbround18/847ebcd7ab2187639dee5e8a1329b626 to your computer and use it in GitHub Desktop.
Save mbround18/847ebcd7ab2187639dee5e8a1329b626 to your computer and use it in GitHub Desktop.
Perl Haiku
#!/usr/bin/perl
use strict;
use warnings;
 
# Print a message.
print "All our good intent\n";
print "Lost in thick fogs of groupthink\n";
print "Can't wait for the break\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment