my perl code:
system("start Telnet bnaxqa14");
here it opens the telnet page but whta i want to do is that in my perl code i must able to type login and pwd for the telnet page(dont want to type in telnet itself but in perl i have to do and reflect the change) and get inside the telnet page to access an xml
thank you please help me!
system("start Telnet bnaxqa14");
here it opens the telnet page but whta i want to do is that in my perl code i must able to type login and pwd for the telnet page(dont want to type in telnet itself but in perl i have to do and reflect the change) and get inside the telnet page to access an xml
thank you please help me!
Comment