NAME
Agent::Template - a template perl agent.
SYNOPSIS
Describe how your agent should be used with some example code, i.e.:
use Agent;
my $agent = new Agent( Name => 'Template', %args ); $agent->run;
DESCRIPTION
Describe what your agent does in this section.
PARAMETERS
Describe any parameters your constructor might take, i.e.:
Param1 => description
NOTES
Anything the user might find useful to know.
SEE ALSO
Links to relevant documents here.
AUTHOR
Self evident.
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.
THANKS
Mom, dad, fido (no, not the company!).