|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: How do I un-map this code?by dragonchild (Archbishop) |
| on Mar 21, 2008 at 18:19 UTC ( [id://675494]=note: print w/replies, xml ) | Need Help?? |
|
I have also tried to avoid the use of map because I really can never understand what it is doing
I translate this statement as "I'm scared, so I refuse to address my fear." If you really don't want to address your fear, stop now. I plan on getting you to understand map so that you never have to worry again. map, grep, and sort all operate the exact same way. They take a list of stuff and return a list of stuff.
So, an example:
Now, the biggest problem people usually have with map and grep (though, funnily enough, not sort) is that you have to read them from right to left. This is in direct opposition to how you read everything else (which is from left to right). Perl 6 will provide a mechanism where you can have map, grep, and other list operators that can be read from left to right. It will look something like: Is that easier to read? Oh, and fearing unless is just plain old laziness - the bad kind. unless(...) is exactly identical to if(!(...)). Nothing less, nothing more. Feel free to revise as desired. My criteria for good software:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||