Perl Programming
List Operators
List operators provide list context
Many useful operations or functions are built-in
sort
reverse
push/pop
unshift/shift
split/join
grep
map
Previous
http://stuff.mit.edu/iap/perl/
Next