Hello all, I was writing a perl script parsing data of a webpage. https://wwwfile.megabank.com.tw/rates/D001/_@V_.asp I have no problem in browsing the URL, but 'wget' doesn't work in console or in my script ('get' of LWP::Simple). Does anyone know how to get it? Thanks a lot.
If you're on Linux, it's available as a package for almost all distributions. You'd install it with a command like "apt-get install wget" or "yum install wget" or similar, run as root. If you're on Windows, I think they have pre-compiled Wget binaries available from the wget homepage.