in reply to Use constant vs. hashes
my $MIN_CHAR = 1; my $MAX_CHAR = 12; print "x $MIN_CHAR-$MAX_CHAR x"; [download]