http://qs321.pair.com?node_id=368287


in reply to Re^2: need to auto generate user/password info
in thread need to auto generate user/password info

Of course you could also use something like Crypt::PassGen (Crypt::PassGen - Generate a random password that looks like a real word). The generated passwords aren't perfect, but it usually suits me for non-critical things and the generated passwords are usually quite easy to remember, for the look like real words.

--
b10m

All code is usually tested, but rarely trusted.