in reply to enabling "Submit" button after X seconds.
To bring this question back into Perl land, maybe you just want to throttle submissions on the receiving end. Allow only that many submissions per IP address. There are modules for that, for example Data::Valve, Plack::Middleware::Throttle, Algorithm::TokenBucket.
|
|---|