NAME

Acme::Hello - Print a greeting message

VERSION

This document describes version 0.01 of Acme::Hello.

SYNOPSIS

use Acme::Hello;	# exports hello() by default
hello();		# procedure call interface

my $obj = Acme::Hello->new;
$obj->hello;	# object-oriented interface

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html