On Tue, Jul 13, 2010 at 22:24, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > I wrote simple script that tests result of __DIR__ and $FindBin::Bin. > For cgi-bin / mod_cgi it was: > > __DIR__ = /var/www/cgi-bin/gitweb (symlink to /home/local/gitweb) > $FindBin::Bin = /home/local/gitweb > > For mod_perl (ModPerl::Registry handler) it was > > __DIR__ = /var/www/perl/gitweb (symlink to /home/local/gitweb) > $FindBin::Bin = / > > As you can see it's useless. I have't checked the FastCGI case... Thanks for spending time researching what was an offhand ignorant "hey wasn't .." comment. Also, sorry :) But that's very informative. Good to know that FindBin is broken like that under mod_perl. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html