The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::RPC - an RPC handler

INHERITANCE

IWL::RPC

DESCRIPTION

IWL::RPC provides methods for fetching the CGI parameters, and for providing a link between perl scripts, using AJAX.

CONSTRUCTOR

IWL::RPC->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

METHODS

getParams

Returns a hash of all the CGI parameters passed to the script

queryStringToCGIForm (QUERY, FORM)

The function splits a query string and fills out the given hash reference

Parameters: QUERY - The query string to be processed. FORM a hash reference, which will be filled from the query string

handleEvent (EVENT, CALLBACK)

Handles IWL::RPC(3pm) widget specific events. Non-library specific handling code comes is passed via the user specified callback.

Parameters: EVENT - The event name to be handled. CALLBACK - a perl callback to handle the event.

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

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

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 289:

You forgot a '=back' before '=head1'