The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

<%= $class %>::Client - $class Client

SYNOPSIS

    my $c = <%= $class %>::Client->new();
    my $msg = $c->welcome or die $c->errorstring;

METHODS

welcome

Get a welcome message.

Arguments : verbose : be verbose

SEE ALSO

<%= lc $class.'client' %>