in reply to Re: How to solve this using use strict ?in thread How to solve this using use strict ?
my @a = ('A'..'Z'); [download]
my @a = ("A".."Z"); [download]