Thread [FRAGE] perl2exe (12 answers)
Opened by utang at 2004-07-15 21:12

utang
 2004-07-16 00:14
#84338 #84338
User since
2004-01-03
30 Artikel
BenutzerIn
[default_avatar]
Danke für die Hilfe,

*hmm* mit PAR

habe ich folgendes Problemchen:

Erstellt mit: (pp -o test.exe test.pl)
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Can't locate WWW/Mechanize/FormFiller/Value/Fixed.pm in @INC (@INC contains: COD
E(0xdb9c48) .) at (eval 25) line 2.
BEGIN failed--compilation aborted at (eval 25) line 2.
WWW::Mechanize::FormFiller::load_value_class('Fixed') called at c:/Perl/
site/lib/WWW/Mechanize/FormFiller.pm line 65
WWW::Mechanize::FormFiller::add_filler('WWW::Mechanize::FormFiller=HASH(
0xad63bc)','cf_anrede','Fixed','Herr') called at script/webde.pl line 27
require main called at ../blib/lib/PAR.pm line 211
PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0xe9c01c)',1) called
at script/main.pl line 4
require main called at ../blib/lib/PAR.pm line 211
PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0xe9c118)') called at
../blib/lib/PAR.pm line 189
PAR::import('PAR') called at par.pl line 680
eval {...} called at par.pl line 165
__par_pl::BEGIN() called at script/webde.pl line 0
eval {...} called at script/webde.pl line 0
c:\perl>


Lädt er das Modul nicht rein?

View full thread [FRAGE] perl2exe