Snippets

Brian Medley oddness

Created by Brian Medley
1
2
3
4
5
my @animals = ['camel', 'vicuna', 'llama'];
my @leaving = splice(@animals, 1);
say @leaving;  

say ['camel', 'vicuna', 'llama'].splice(1)

Comments (0)

HTTPS SSH

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