On Wed, Aug 5, 2009 at 10:01, John W. Krahn<[email protected]> wrote: snip >> If you want to use the string in a URL then it cannot be truly random, >> because >> not every character can appear in a URL. > > That does not make sense. snip
I believe he/she meant that not every character is allowed in a regex, so you can't just generate a random string made up of any characters. You must use a restricted character set. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
