Thread [FRAGE] perl2exe
(12 answers)
Opened by utang at 2004-07-15 21:12
in dem fall wird das modul wahrscheinlich dynamisch geladen
und deswegen von pp nicht erkannt. aber du kannst es pp als parameter mitgeben... wie heisst nochmal gleich die option...? moment edit: steht ja alles in 'pp -h': % pp -M Foo::Bar hello # Extra modules in the include path\n\n <!--EDIT|pq|1089923062--> Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |