in reply to How can I do with only Standard Perl Distribution

Have a look at how Net::SSH::Perl does it and do the same thing. But since you're already modifying the system by writing a perl program, you should be able to install a module too. Or at the very least, bundle the module inside the program.

  • Comment on Re: How can I do with only Standard Perl Distribution