- or download this
@username = map scalar getpwuid($_), @uid;
- or download this
@year = map (localtime $_)[5], @timestamp;
# "Not enough arguments for map at line XY"
- or download this
print do { (localtime $timestamp)[5] };
- or download this
print +(localtime $timestamp)[5];