> My PROBLEM:
> I want to insert a formatted test , I mean the resulting of the "format"
> command . if I use write every line will go on the STDOUT
> but I want to get all the columns well formatted inside the
> "$TextMessage".
perlform lead me to this:
---
use Carp;
sub swrite {
croak "usag
> My PROBLEM:
> I want to insert a formatted test , I mean the resulting of the "format"
> command . if I use write every line will go on the STDOUT
> but I want to get all the columns well formatted inside the
> "$TextMessage".
> I know it is not clearbut if you manage to understand what I a
Hi there,
I try to explain you my problem.
I have created a this window
.
.
my $mw = MainWindow->new( -title => 'TcpExplorer',);
my $TextFrame = $mw->Frame->pack (-expand =>"yes", -fill=>"both");
my $TextMessage = $TextFrame->Text(-width => 152,
-