NAME
Agent::HelloWorld - a 'Hello World' sample agent.
SYNOPSIS
use Agent;
my $agent = new Agent( Name => 'HelloWorld', %args ); $agent->run;
DESCRIPTION
The HelloWorld agent is meant to introduce the reader to the basics of Agent Perl from both a developer's and a user's point of view.
A HelloWorld agent jumps to a remote Static agent and prints:
+--------------+
: Hello World! :
+--------------+
on that agent's terminal.
PARAMETERS
Host => TCP address of static agent verbose => on/off
SEE ALSO
The sample Static agent, Agent.
AUTHOR
Steve Purkis <spurkis@engsoc.carleton.ca>
COPYRIGHT
Copyright (c) 1997, 1998 Steve Purkis. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
v=cut