Some perl scripts I am running include some javascripts. Is there a perl script that can verify whether javascript is enabled on the user's browser? I would like to set up a conditional statement which checks this. If the return is no, javascripting is not enabled, I don't want the user to continue with the rest of the script. I know I can use a javascript to check this but that would defeat the purpose if the user has disabled javascripting.
Thanks.
Chris.