Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    ...
    my $text = Tkx::tk__text(".text",);
    my $text1 = $mw->new_tkx_ROText();
    
  2. or download this
    tie *STDOUT, ref $text, $text;
    tie *STDOUT, 'Tkx::ROText', $text1;
    
    Can't locate object method "TIEHANDLE" via package "main" at GCGuiQuer
    +y.pl line 31.