You are using IPv4, you should consider start using IPv6
 
Übersetzungen dieser Seite:

Perl

Perl findet keine lokal installierten Module

Zum Beispiel in ~/$USER/lib/perl/…

Can't locate pdq.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./httpd.pl line 5. BEGIN failed–compilation aborted at ./httpd.pl line 5.

Es gibt 2 Möglichkeiten

  1. das Skript am Anfang erweitern
    • BEGIN { push @INC, „/path/to/your/module“; }
  2. ohne Modifikation des Skriptes
    • in der Shell export PERL5LIB=/path/to/your/module
 
software/perl.txt · Zuletzt geändert: 2009/04/28 17:13 von admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki