Leser: 1
![]() |
|< 1 2 3 >| | ![]() |
30 Einträge, 3 Seiten |
1
2
3
4
5
6
7
.../prg/
.../prg/perl_script1.pl
.../prg/perl_script2.pl
.../prg/perl_script3.pl
.../prg/modules/
.../prg/modules/MeinModul.pm
.../prg/modules/Text/CSV.pm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
C:\Dokumente und Einstellungen\strat>perl
use diagnostics;
use cccc;
Can't locate cccc.pm in @INC (@INC contains: D:/wamp/perl817/lib D:/wamp/perl817
/site/lib .) at - line 2.
BEGIN failed--compilation aborted at - line 2 (#1)
(F) You said to do (or require, or use) a file that couldn't be
found. Perl looks for the file in all the locations mentioned in @INC,
unless the file name included the full path to the file. Perhaps you
need to set the PERL5LIB or PERL5OPT environment variable to say where
the extra library is, or maybe the script needs to add the library name
to @INC. Or maybe you just misspelled the name of the file. See
perlfunc/require and lib.
Uncaught exception from user code:
Can't locate cccc.pm in @INC (@INC contains: D:/wamp/perl817/lib D:/wamp
/perl817/site/lib .) at - line 2.
BEGIN failed--compilation aborted at - line 2.
at - line 2
![]() |
|< 1 2 3 >| | ![]() |
30 Einträge, 3 Seiten |