i know there's some way to do this in perl using map, i just can't figure it out.myInts= [ int(i) for i in getItems() ]
( y , m , d )= [ int(i) for i in date.split('-') ]
In reply to list comprehension by nmerriweather
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |