is there a way to execute a system command from within trafficscript? For example. If i wanted to place a message on to message bus based on an event triggered in a trafficscript rule. i may want to @args = ( "/usr/bin/msgq" , "arg1" , "arg2" ) ; system ( @args ) == 0 or die "system @args failed: $?" But i cant see system() or exec() within the trafficscript documentation. I note i can run arbitrary commands for other "events", but rules appear to be TS only. Please advise.
... View more