single_command.pl 188 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 require ESL; my $command = shift; my $args = join(" ", @ARGV); my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon"); my $e = $con->api($command, $args); print $e->getBody();