This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert tied PRINT to using Perl_tied_method()
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Jan 2011 13:19:50 +0000 (13:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Jan 2011 13:19:50 +0000 (13:19 +0000)
commit94bc412f1f7b3d506c2ea51a781e3dd55c1c8492
treecf3267f0e8e723cac7dea8316d10d526883d1faa
parentaf71faff9cab9c988715157db11d9f43f66b98f3
Convert tied PRINT to using Perl_tied_method()

Add a flag TIED_METHOD_SAY to Perl_tied_method(), to allow tied PRINT to
effect C<local $\ = "\n";> within the ENTER/LEAVE pair of Perl_tied_method().
pp.h
pp_hot.c
pp_sys.c