Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]11293[/thread]

Win32::GUI geht nicht!

Tags: Ähnliche Threads

Leser: 3


<< >> 4 Einträge, 1 Seite
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
#Kein Kommentar
 2008-02-13 17:30
#105850 #105850
User since
2007-06-09
575 Artikel
HausmeisterIn
[default_avatar]
hast du schon geguckt, ob Win32::GUI mit Perl5.10 überhaupt läuft?
Gerade weil wir alle in einem Boot sitzen, sollten wir froh sein, dass nicht alle auf unserer Seite sind
BratHering
 2008-02-14 09:28
#105862 #105862
User since
2005-04-28
155 Artikel
BenutzerIn
[default_avatar]
Wie guckt man das nach?
renee
 2008-02-14 10:18
#105864 #105864
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Es gibt seit kurzem eine neue Version auf CPAN. Mit der könnte es klappen. Die alte Version hatte nur "FAIL"s mit Perl 5.10

Vielleicht mal die neue Version ausprobieren...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
<< >> 4 Einträge, 1 Seite



View all threads created 2008-02-13 15:40.