Martin Waitz wrote: > Match the last part of the filename agains the extention from the > mime database instead of insisting that it starts at the first dot. [...] > - $filename =~ /\.(.*?)$/; > - return $mimemap{$1}; Actually, that is non-greedy match, so the above code insist that extension starts at the _last_ dot. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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