Hello monks,
How can i connect to database on remote server. I'm able to connect to the database on my server using the DBI connect. But how can i get connected to a different server from a perl script. Do I need to use remote login inside my perl script or is there any other connection mechanism that i can use?
Thanks in advance for your replies.