NAME

XPC::Agent - XML Procedure Call client

SYNOPSIS

use XPC::Agent;
my $agent = XPC::Agent->new($server_url);
printf "localtime() --> %s\n", $agent->localtime();

DESCRIPTION

Uses Perl's AUTOLOAD mechanism to intercept calls to undefined subroutines and forward them via XPC over HTTP to a server.

AUTHOR

Gregor N. Purdy <gregor@focusresearch.com>

COPYRIGHT

Copyright (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.