Skip to content

Instantly share code, notes, and snippets.

@cpm
Created June 11, 2010 01:45
Show Gist options
  • Save cpm/433925 to your computer and use it in GitHub Desktop.
Save cpm/433925 to your computer and use it in GitHub Desktop.
cpm@juno ~/tmp: cat <<EOF | perl -P
#define MACRO sub { say "Something Interesting" }
use feature "say";
MACRO->();
EOF
Something Interesting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment