in reply to Re: Password Generation and Module Multiplication
in thread Password Generation and Module Multiplication
Fair enough on the complexity of the "other" characters line. It is spelled out with explicit characters specifically to make it easier to add or remove given characters from the list. At the time, I think I had some warning that came up with the nested parens. Unfortunately my memory is a bit vague on that point. Those may simply have due to been a typo at the time. I will say though that with the use of "use strict; use warnings;" I do get at least the following warning:
Possible attempt to separate words with commas at test line X.I'm sure there are more elegant ways to write the list though, including your fine use of map chr.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Password Generation and Module Multiplication
by merlyn (Sage) on Nov 23, 2010 at 15:59 UTC | |
by locked_user sundialsvc4 (Abbot) on Nov 24, 2010 at 14:29 UTC | |
by ysth (Canon) on Nov 28, 2010 at 07:57 UTC | |
by tye (Sage) on Nov 29, 2010 at 03:28 UTC |