in reply to Re: Re: Re: File comparison problem!in thread File comparison problem!
my $filecontents = $t->get("1.0", "end"); chomp($filecontents); print TEMP $filecontents; [download]
my $filecontents = $t->get("1.0", "end"); $filecontents =~ s/\n+\z/\n/; print TEMP $filecontents; [download]