Thread Perl-Update ein Problem (29 answers)
Opened by bianca at 2010-02-07 18:37

bianca
 2010-02-07 19:17
#132186 #132186
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
HABS!

test14.pl:
Code (perl): (dl )
1
2
3
4
5
#!/usr/bin/perl
use strict;
use warnings;
use ExtUtils::Installed;
my ($inst) = ExtUtils::Installed -> new ();


Code: (dl )
1
2
3
4
5
6
7
D:\Arbeit\perltest>perl test14.pl

It looks like you don't have a C compiler on your PATH, so you will not be
able to compile C or XS extension modules. You can install GCC from the
MinGW package using the Perl Package Manager by running:

ppm install MinGW


Verwende das Teil für das Inventar der Module.
Weiß jemand, wie man das Teil ruhig bekommt? Hat vor dem Update auch nicht gemeckert.
Dann lass ich alle in Ruhe für heute :)
10 print "Hallo"
20 goto 10

View full thread Perl-Update ein Problem