-
-
04 Dec 2000 14:41:50 UTC
- Distribution: NetServer-Portal
- Module version: 1.08
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (341 / 1 / 0)
- Kwalitee
Bus factor: 1- 17.54% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (12.8KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
NetServer::Portal - Interactively Manipulate Daemon Processes
SYNOPSIS
require NetServer::Portal; 'NetServer::Portal'->default_start(); # creates server warn "NetServer::Portal listening on port ".(7000+($$ % 1000))."\n";
DESCRIPTION
This module implements a framework for adding interactive windows into daemon processes. The portal server listens on port 7000+($$%1000) by default.
A
top
-like server is included that can help debug complicated event loops.SEE ALSO
Module Install Instructions
To install NetServer::Portal, copy and paste the appropriate command in to your terminal.
cpanm NetServer::Portal
perl -MCPAN -e shell install NetServer::Portal
For more information on module installation, please visit the detailed CPAN module installation guide.