J
jiehuang001
I am trying to use perl to extract the content of a webpage, such as an
online newspaper. For example, I might want to have the program to send
me any material with the word of "computer".
I know that I can use Get("url") > output.txt to do that. But the
problem is that to reach to the "url", it needs a username/password to
login first. Of course, I know the username/password. My question is,
how to pass the username/password from perl?
Thank you very much!
JH
online newspaper. For example, I might want to have the program to send
me any material with the word of "computer".
I know that I can use Get("url") > output.txt to do that. But the
problem is that to reach to the "url", it needs a username/password to
login first. Of course, I know the username/password. My question is,
how to pass the username/password from perl?
Thank you very much!
JH