This is a really cool concept Brock!
-- AJ 2007-04-12 18:22 UTC
Nice captcha.
use POSIX 'strftime'; strftime("%Y%m%d%H%M%S");
-- theorbtwo 2007-04-23 23:06 UTC
Thanks (for both the compliment and the code).
I guess that's what happens when things start out as a one line shell script and turn into something slightly bigger...
-- awwaiid 2007-04-24 05:13 UTC
BTW, that works better as strftime("%Y%m%d%H%M%S",localtime) (it demands the time argument).
-- awwaiid 2007-09-07 15:20 UTC