| Acme-Hello documentation | view source | Contained in the Acme-Hello distribution. |
Acme::Hello - Print a greeting message
This document describes version 0.04 of Acme::Hello.
use Acme::Hello; # exports hello() by default
hello(); # procedure call interface
my $obj = Acme::Hello->new;
$obj->hello; # object-oriented interface
To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to Acme-Hello.
This work is published from Taiwan.
| Acme-Hello documentation | view source | Contained in the Acme-Hello distribution. |