Skip to content

Instantly share code, notes, and snippets.

@cpm
Created June 11, 2010 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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