Petr Baudis wrote: > + print $_ while (<$fd>); Wouldn't it be better to do it in slurp mode, i.e. { local $/ print <$fd>; } instead? Do you assume that README is HTML fragment? If not, you should esc_html it. Besides, we have similar (if assumed to have one line only) file, namely description. Besides, README for a project can be huge. Git README has 589 lines! -- 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