in reply to Re^2: Handling Javascript with LWP::UserAgent
in thread Handling Javascript with LWP::UserAgent

How is that different from the content of the page you posted at the top of this thread? That has javascript too.

Are you perhaps confused about <noscript> tags? They don't indicate that no scripts are present, they represent an alternative in case scripts are not executed by the browser. read the w3 specs on SCRIPT and NOSCRIPT tags