PAR-Packer
view release on metacpan or search on metacpan
contrib/stdio/Stdio.pm view on Meta::CPAN
##
## Tk::Stderr - capture program standard error output
##==============================================================================
require 5.006;
package Tk::Stdio;
use strict;
use warnings;
use vars qw($VERSION @ISA);
($VERSION) = q$Revision: 1.0 $ =~ /Revision:\s+(\S+)/ or $VERSION = "0.0";
use base qw(Tk::Derived Tk::MainWindow);
use Tk::Text;
use Tk::Frame;
=pod
=head1 NAME
Tk::Stdio - capture standard output and error,
accept standard input,
( run in 0.436 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )