
Agent::HelloWorld - a 'Hello World' sample agent.

use Agent;
my $agent = new Agent( Name => 'HelloWorld', %args ); $agent->run;

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.

Host => TCP address of static agent verbose => on/off

The sample Static agent, Agent.

Steve Purkis <spurkis@engsoc.carleton.ca>

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