You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
T
print map{chr(ord('a')+$_), "\n"} 0..4;
0..4 creates a list of 0, 1, 2, 3, 4
-
T
print map{chr(ord('a')+$_), "\n"} 0..4;
0..4 creates a list of 0, 1, 2, 3, 4