senthilkumarperl has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Connect to Remoteserver from perl
by Corion (Patriarch) on May 12, 2011 at 09:10 UTC

    How would you do it without Perl?

    If you would do it by using ssh, there are SSH modules for automating that.

    If you would do it by using a web browser, there are WWW::Mechanize modules for automating that, and modules for implementing that.

    If you would do it by mail, there are modules for implementing that, too.

    You don't tell us how you want to launch the script, so we can't be more specific. If you don't know what method to choose, ask your system administrator about the best choice for your network policies.

    A reply falls below the community's threshold of quality. You may see it by logging in.