Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created June 1, 2013 09:23
Show Gist options
  • Save andrawaag/5689778 to your computer and use it in GitHub Desktop.
Save andrawaag/5689778 to your computer and use it in GitHub Desktop.
@fruit = ("apple", "banana", "orange", "kiwi");
foreach (@fruit) {
print $_."\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment