in reply to Re^2: golfing one linerin thread golfing one liner
print "from 'a' to 'z':\n"; do { local $, = $"; print a..z }; [download]