Skip to content

Instantly share code, notes, and snippets.

/foo.pod Secret

Created January 2, 2015 03:17
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 anonymous/cefc8149a453c7c157a4 to your computer and use it in GitHub Desktop.
Save anonymous/cefc8149a453c7c157a4 to your computer and use it in GitHub Desktop.

This code is indented 1 space in the Pod:

say 1;

This code is indented 2 spaces in the Pod:

say 2;

This code is indented 3 spaces in the Pod:

say 3;

This code is indented 4 spaces in the Pod:

say 4;

This code is indented 5 spaces in the Pod:

say 5;

This code is indented 6 spaces in the Pod:

say 6;

This code is indented 7 spaces in the Pod:

say 7;

This code is indented 8 spaces in the Pod:

say 8;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment