I have this command line -> /queue simple print where name~"pppoe" working fine.
But my problem is with API , trying ...
$API->write('/queue/simple/print',false);
$API->write('=where=',false);
$API->write("name~'pppoe'");
ignoring my regex '~pppoe' returning all 'queues'.
somebody have same "scenario/case" or someone suggestion?