Applying changes to lists with map()
Thursday April 20, 2006
Using Perl's map() function, you can apply changes to every element in a list relatively quickly. The map() function takes an array and applies an expression to each element in turn, returning the changes in a new array. Find out more about Perl's map() function in this quick tutorial.
