Thread Pfad zu Perl ändern (perlbrew)
(13 answers)
Opened by pktm at 2011-09-21 12:49
Habe mir mal @INC auf der Komsole ausgeben lassen.
Code: (dl
)
1 $ perl -e "use Data::Dumper; print Dumper \@INC;" Das CGI-Skript hingegen liefert folgendes: Code: (dl
)
$VAR1 = [ '/Applications/XAMPP/xamppfiles/lib/perl5/site_perl/5.10.1//darwin-2level', '/Applications/XAMPP/xamppfiles/lib/perl5/site_perl/5.10.1/', '/Applications/XAMPP/xamppfiles/lib/perl5/5.10.1/darwin-2level', '/Applications/XAMPP/xamppfiles/lib/perl5/5.10.1', '/Applications/XAMPP/xamppfiles/lib/perl5/site_perl/5.10.1/darwin-2level', '/Applications/XAMPP/xamppfiles/lib/perl5/site_perl/5.10.1', '.', '/Applications/XAMPP/xamppfiles' ]; Wird der shebang event. ignoriert? http://www.intergastro-service.de (mein erstes CMS :) )
|