NAME
Festival::Client - Communicate with a Festival server
SYNOPSIS
use Festival::Client;
$Festival = Festival::Client->New("my.festival.server");
$Festival->say("Something to say");
DESCRIPTION
Festival
is a class implementing a simple Festival client in Perl.
CONSTRUCTOR
- new ( [ HOST [, PORT ] ] )
-
This is the constructor for a new Festival object.
HOST
is the name of the remote host to which a Festival connection is required.PORT
is the Festival port to connect to, it defaults to the standard port 1314 if nothing else is found.The constructor returns the open socket, or
undef
if an error has been encountered.
SAY ( TEXT )
The obvious.
AUTHOR
Bek Oberin <gossamer@tertius.net.au>
COPYRIGHT
Copyright (c) 1998 Bek Oberin. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 63:
'=item' outside of any '=over'
- Around line 128:
You forgot a '=back' before '=head1'