NAME
Ambrosia::CommonGatewayInterface - a common gateway interface for IO.
VERSION
version 0.010
DESCRIPTION
Ambrosia::CommonGatewayInterface
is a common gateway interface for IO.
METHODS
open
This method initialise a handler.
close
This method destroy a handler.
abort
You must call this method on error.
handler
Returns initialise handler.
error
Returns error message. This method may be overriding in concrete classes.
input_data
input_data
is abstract method. This method are overriding in concrete classes.
output_data
output_data
is abstract method. This method are overriding in concrete classes.
THREADS
Not tested.
BUGS
Please report bugs relevant to Ambrosia
to <knm[at]cpan.org>.
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2010-2012 Nickolay Kuritsyn. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Nikolay Kuritsyn (knm[at]cpan.org)