in reply to Re: Re: Re: File comparison problem!
in thread File comparison problem!

Well $t is defined as the following:
my $t = $mw->Scrolled("Text", -scrollbars => 'e')->pack (-side => 'bottom', -fill => 'both', -expand => 1);
It is a scrolled text box and the get() function loads the contetnts of $t into the filehandle TEMP which is actually the file called "compare". Does this help?