If you built a back office feature that required login, but your code for the user had javascript in there, how would you let perl know to deliver the output that they can support, and if it is not present have it deliver the non-javascript code so that user can use the page too?
I just want to know how you would go about telling the script that this user supported javascript, I would then store it in their session so every page could know it...
We are using AJAX with Perl, so the user MUST have javascript enabled or non of the pages work.