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::Component::TSTP(3) User Contributed Perl Documentation POE::Component::TSTP(3)

POE::Component::TSTP - A POE Component to handle Ctrl-Z

  use POE;
  use POE::Component::TSTP;
  POE::Component::TSTP->create();
  # Rest of your POE program here

By default, POE applications do not respond to Ctrl-Z due to slightly strange signal handling semantics. This module fixes that.

You can pass in two options to the "create()" routine:

  • Alias

    An Alias for the component. By default it is called "tstp_handler".

  • PreSuspend

    A subref that will be called just before suspending your program.

  • PostSuspend

    A subref that will be called just after your program has returned from suspension (usually via the "fg" command).

Matt Sergeant, matt@sergeant.org

This is free software. You may use it and distribute it under the same terms as perl itself.
2002-12-17 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.