add the following (italic) line in the subroutine get_useragent in the file "WolframAlpha.pm"
sub get_useragent {
my $ua = new LWP::UserAgent(
agent => $ua_agent,
env_proxy => 1,
);
return $ua;
}
my personal notepad - for all the things I used to write on pieces of paper ( which where never seen again esp. when I needed them ) ...
No comments :
Post a Comment