[Libreoffice] [PUSHED] Re: [PATCH] Reworking build.pl: What to do with the "--html" and "--interactive" parameters

Christian Lohmaier lohmaier+libreoffice at googlemail.com
Tue Feb 15 07:01:21 PST 2011


Hi Jan, *,

On Tue, Feb 15, 2011 at 10:48 AM, Jan Holesovsky <kendy at suse.cz> wrote:
> On 2011-02-02 at 19:39 +0100, Michael Koch wrote:
>
> BTW - calling 'cat' is a curious thing, can we change that to something
> more Perl? ;-)

Well, not sure whether it is really preferable, but instead of
system("cat $log_file");

a perl-only way would be

open(LOGFILE, "< $log_file");
print while(<LOGFILE>);
close(LOGFILE);

ciao
Christian


More information about the LibreOffice mailing list