This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::write()
authorFather Chrysostomos <sprout@cpan.org>
Tue, 30 Aug 2011 01:24:36 +0000 (18:24 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 30 Aug 2011 01:24:36 +0000 (18:24 -0700)
commit96db40ac3837bf348704634acdc080cf8e329c00
tree9b89de91d478495bca0d9c3a1cc61894ab3a4e67
parentd6d78e19334f3abcd2eb659205839eb1295aacbf
&CORE::write()

This commit allows &CORE::write to be called through references and
via ampersand syntax.  No change to pp_enterwrite was necessary, as it
can already handle nulls.
gv.c
t/op/coreamp.t