
Lemonldap::Portal::Script - Perl extension for Lemonldap websso framework

use Lemonldap::Portal::Script $exchange = Lemonldap::Portal::Script::Exchange->new( numero => $cp, requete => $line ); $question = Lemonldap::Portal::Script::Question->new(); $response = Lemonldap::Portal::Script::Response->new();

This module implementes 3 objects class : Exchange, Question ,Response
An Exchange is composed of one question and one response.
The parsing_example.pl shows how it works.
$line means a line of dialog file recording.

None

Lemonldap(3), Lemonldap::Portal::Standard

Copyright (C) 2004 by Eric German
Lemonldap originaly written by Eric german who decided to publish him in 2003 under the terms of the GNU General Public License version 2.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.