|
NAMEXPC::Agent - XML Procedure Call clientSYNOPSISuse XPC::Agent; my $agent = XPC::Agent->new($server_url); printf "localtime() --> %s\n", $agent->localtime(); DESCRIPTIONUses Perl's AUTOLOAD mechanism to intercept calls to undefined subroutines and forward them via XPC over HTTP to a server.AUTHORGregor N. Purdy <gregor@focusresearch.com>COPYRIGHTCopyright (C) 2001 Gregor N. Purdy. All rights reserved.This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |