Thread TK:TableMatrix mit perl 5.8.7 (9 answers)
Opened by klc_Munich at 2006-01-04 15:54

klc_Munich
 2006-01-04 18:42
#45158 #45158
User since
2006-01-04
4 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$table = $UsedModules_pane->TableMatrix(-height => '1',

-width => '2',

-autoclear => '1',

-cols => '2',

-rows => '1',
-maxheight => '3000',

#-bordercursor => 'arrow',

) -> pack (-side => 'top', -anchor => 'n');

diese zeile tritt der fehler auf.
use strict und use warnings habe ich nicht genutzt. Wenn ich es benutze, kommt folgende fehler:(sehr viel)
Code: (dl )
1
2
3
4
5
6
Had to create Tk::XlibVtab unexpectedly at C:/Perl/lib/DynaLoader.pm line 253.
"my" variable $ratpath masks earlier declaration in same scope at C:\RAT\ratgui.pl line 146.
.....
Global symbol "$configure_simplemode_wd" requires explicit package name at C:\RAT\ratgui.pl line 561.
....
Execution of C:\RAT\ratgui.pl aborted due to compilation errors.




p. s ich komme von Java-Welt, bin ganz neu in Perl-Welt(2 tage). habe deine strat_perl_intro_v0.05a.pdf auf fabiani.net gelesen. und dann finde Perl ist ja wirklich sehr interessant.

View full thread TK:TableMatrix mit perl 5.8.7