我有一个名为arsed(https://github.com/KD8EYF/TRBO-NET)的程序。在主程序中有一个像这样的例程:
sub send_help($)
{
my($id) = @_;
$net->{'tms'}->queue_msg($id, 'ARS-E Commands: APRS, email, NOAA, Ping SMS, Who');
}
有没有一种方法可以从cli中运行它并以某种方式注入丢失的数据($ id)?
即:/ usr / local / bin / arsed -e'send_help(3162025)'有点...
谢谢!