GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Request::Return(3) User Contributed Perl Documentation POE::Request::Return(3)

POE::Request::Return - encapsulates final replies to POE::Request messages

        # Note, this is not a complete program.
        # See the distribution's examples directory.

        my $req;
        $req->return(
                type        => "failure",
                args        => {
                        function  => "connect",
                        errnum    => $!+0,
                        errstr    => "$!",
                },
        );

POE::Request::Return objects are used internally to encapsulate messages sent by $some_request->return(...). Returned messages end their transactions.

See <http://thirdlobe.com/projects/poe-stage/report/1> for known issues. See <http://thirdlobe.com/projects/poe-stage/newticket> to report one.

POE::Stage is too young for production use. For example, its syntax is still changing. You probably know what you don't like, or what you need that isn't included, so consider fixing or adding that, or at least discussing it with the people on POE's mailing list or IRC channel. Your feedback and contributions will bring POE::Stage closer to usability. We appreciate it.

POE::Request::Return is comprised almost entirely of POE::Request::Upward's features. You should see POE::Request::Upward for a deeper understanding of POE::Request::Return, and POE::Request for a more in-depth discussion of POE requests in general.

Rocco Caputo <rcaputo@cpan.org>.

POE::Request::Return is Copyright 2005-2006 by Rocco Caputo. All rights are reserved. You may use, modify, and/or distribute this module under the same terms as Perl itself.
2006-12-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.