Help for this page

Select Code to Download


  1. or download this
    Useless use of reference constructor in void context at geometry_place
    +.pl line 564.
    Useless use of reference constructor in void context at geometry_place
    +.pl line 570.
    
  2. or download this
    my $area = $mw->Entry(-background => "white", -foreground => "black", 
    +-width => 51)->place(-x=>100, -y=>$ystart + 60);
    $area->insert('end', "$workarea");
    ...
    
    
    }