Thread Win32::GUI geht nicht! (3 answers)
Opened by BratHering at 2008-02-13 15:40

BratHering
 2008-02-13 15:40
#105840 #105840
User since
2005-04-28
155 Artikel
BenutzerIn
[default_avatar]
Hallo,

neulich habe ich mir ActivePerl 5.10 installiert. Nun wollte ich mir mal die Tutorials zu Win32::GUI reinziehen und nu kommt allein beim
Code: (dl )
use Win32::GUI();
bzw.
Code: (dl )
use Win32::GUI;
die Meldung:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
String found where operator expected at C:/Perl/site/lib/Win32/GUI.pm line 425, near "Carp::carp "Animate: Unrecognised options ""
(Do you need to predeclare Carp::carp?)
String found where operator expected at C:/Perl/site/lib/Win32/GUI.pm line 437, near "Carp::carp "Animate: Unrecognised animation type: $animation""
(Do you need to predeclare Carp::carp?)
String found where operator expected at C:/Perl/site/lib/Win32/GUI.pm line 443, near "Carp::carp "Animate: Unrecognised direction: $direction""
(Do you need to predeclare Carp::carp?)
syntax error at C:/Perl/site/lib/Win32/GUI.pm line 425, near "Carp::carp "Animate: Unrecognised options ""
syntax error at C:/Perl/site/lib/Win32/GUI.pm line 437, near "Carp::carp "Animate: Unrecognised animation type: $animation""
syntax error at C:/Perl/site/lib/Win32/GUI.pm line 443, near "Carp::carp "Animate: Unrecognised direction: $direction""
Compilation failed in require at test.pl line 1.
BEGIN failed--compilation aborted at test.pl line 1.
Was läuft da Schief?


MfG

View full thread Win32::GUI geht nicht!