ssh to a server then issuing commands […] issue "date" - get outputs and push them into a variable @tmpNet::SSH::Any seems easiest to me.
#!/usr/bin/env perl use Net::SSH::Any qw(); my $ssh = Net::SSH::Any->new('192.168.1.10', user => 'root', password +=> '123456'); my @tmp = $ssh->capture('date');
How to build an application?Perhaps Module::Build::Tiny? You need to explain what you want to achieve because "build" can mean different things.
Simple Perl programs do not require a building step, they can be run as-is.
In reply to Re: [Help]Build a tool/application using Perl
by daxim
in thread [Help]Build a tool/application using Perl
by tctoa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |