I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-03 13:06:29-08 by barbie
Username case

If the username must be lowercase, why does the CGI insist you retype a string with uppercase? Shouldn't it simply lc($username) and validate?

To that effect does it really need to advertise, both on the login and registration, the case of the username at all. Can't it handle usernames as case insensitive?

Direct Responses: Write a response