Other List Contexts
- You've seen 'em all already:
push @animals, foo
reverse foo
sort foo
print foo
foreach (foo) { ... }
| CPU: Perl, Fall 2005 | Perl, Week 3: More Arrays, Context, Subroutines, Lexical Variables | #29 |
push @animals, foo
reverse foo
sort foo
print foo
foreach (foo) { ... }
| Copyright © 2005 Ian Langworth |