File: Stdio_readme.txt

package info (click to toggle)
libpar-packer-perl 1.064-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,388 kB
  • sloc: perl: 12,774; ansic: 1,474; makefile: 30; sh: 5
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
Tk::Stdio is based on Tk::Stderr.

This module provides an "on demand" console window, appearing only when
standard IO is needed. As such, it is not just a PAR module, but is useful for
any Perl executable generated without a normal DOS console. That could be a
PAR package made with "pp -g" or a Perl script that intentionally closes the
associated console to avoid having a DOS window hanging around.

See the pod in the module for usage.

Alan Stewart