in reply to WWW::Scripter calling javascript function of .js file

As WWW::Scripter is a subclass of LWP::UserAgent, I guess you look at LWP::Debug to debug what files it loads.

Also, why are you trying to use ->get() to return a Javascript value when there is the documented method of ->eval ?