X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltie.pod;h=429a6627701c3927275f349795e10ab9c4fe51cd;hb=a5c75c1d181494e06a58988f267a8b3d081df483;hp=30a0b1df2024f254e9a32511916d96f2ccc409a9;hpb=47b1b33c554896606d6ccea2662feb267c51cf40;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltie.pod b/pod/perltie.pod index 30a0b1d..429a662 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -876,7 +876,7 @@ passed to the printf function. sub PRINTF { shift; my $fmt = shift; - print sprintf($fmt, @_)."\n"; + print sprintf($fmt, @_); } =item READ this, LIST