The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

COMMENT

ActionScript for this service:

#include "NetServices.as"
#include "NetDebug.as"

conn = NetServices.setDefaultGatewayURL("http:#host/cpu.pl");
conn = NetServices.createGatewayConnection();

connection = NetServices.createGatewayConnection();

remoteService = connection.getService("CpuUsage", this);

remoteService.getCpuUsage();