Leser: 1
|< 1 2 >| | 13 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
Can't locate Tk.pm in @INC (@INC contains: CODE(0xe114d4) C:\DOKUME~1\Matthias\LOKALE~1\Temp\par-Matthias\cach
e-1166100356\inc\lib C:\DOKUME~1\Matthias\LOKALE~1\Temp\par-Matthias\cache-1166100356\inc CODE(0xd86c90) . COD
E(0xd86dc8)) at Roboter/Frame.pm line 9.
BEGIN failed--compilation aborted at Roboter/Frame.pm line 9.
Compilation failed in require at Roboter/IDE.pm line 12.
BEGIN failed--compilation aborted at Roboter/IDE.pm line 12.
Compilation failed in require at script/Roboter.PL line 20.
BEGIN failed--compilation aborted at script/Roboter.PL line 20.
pp -p -o Roboter-0.4BETA.par Roboter.PL
pp -o Roboter-0.4BETA.EXE Roboter-0.4BETA.par
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl
use strict;
#use warnings 'all';
no warnings 'all';
use Roboter::IDE;
# laden und starten der IDE
my $ide = Roboter::IDE -> new ("Roboter V0.4 BETA Entwicklungsumgebung - 2. Advent 2006 - Matthias Wienand");
$ide -> configure ();
$ide -> start ();
# beende das Programm, sobald der event-loop unterbrochen wird
exit;
__END__
|< 1 2 >| | 13 Einträge, 2 Seiten |