File: Stdio_readme.txt

package info (click to toggle)
libpar-perl 0.952-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,068 kB
  • ctags: 512
  • sloc: perl: 14,520; ansic: 870; makefile: 57
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (10)
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