Snippets

Brian Medley oddness

Created by Brian Medley

File oddness.txt Added

  • Ignore whitespace
  • Hide word diff
+my @animals = ['camel', 'vicuna', 'llama'];
+my @leaving = splice(@animals, 1);
+say @leaving;  
+
+say ['camel', 'vicuna', 'llama'].splice(1)
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.