July 2015
Presenter:
G. Wade Johnson
Lists are a fundamental data type in Perl, unfortunately people do not
make as good a use of them as they could. In this presentation, Wade gives
an overview of lists and arrays and the operations that apply to each. He
then went over the modules List::Util
and List::MoreUtils
for more advanced list operations.