Can anyone tell me how to connect a remote server in perl...
Thanks in advance
That depends. How do you want to connect to it? Telnet? SSH? Your question leaves a lot of open gaps. Why not try Googling what you want, get some ideas and write some code. Then, if you get stuck, post the code here and we will help you.
Whenever you want to do something, it is always a good idea to search CPAN for a module that does what you want. If you searched for Telnet, you would find the Net::Telnet module. Check it out.
Comment