|
Hi,
I am working as a software test engineer(testing docsis compliant devices like cable modem). I have done Perl programming involving hashes, files, regex and modules. But right now, I have to automate a task which involves opening a socket. (which I have not done before)
Here is the problem:-
From my Linux server, I have to open a connection to another windows PC which is on the same network.
After getting to that PC, I have to open a web page http://192.168.100.1 (which is the diagnostic web page for the modem) It will ask for authentication. I have to enter my username and password.
After going to that web page there is an option called backup. Basically I have to click that and upload the file that I have in my script.
This is my question:-
Is it possible in Perl or should I use someother language?
Any tips or suggestions on how to approach this problem?
I would apreciate your response.
Thanks,
san
|