X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ef8fa0821792bb595822d455bc78d68b920d157..945cd9362ec39f5c253aa9eda6aed3b8491abcd6:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f50cba70d..da832f871 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1413,7 +1413,7 @@ sub parse_template { for my $i (1 .. $self->{copies}) { if ($self->{OUT}) { open OUT, '>', $self->{OUT} or $self->error($self->cleanup . "$self->{OUT} : $!"); - print OUT while ; + print OUT $_ while ; close OUT; seek IN, 0, 0;