This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::binmode()
authorFather Chrysostomos <sprout@cpan.org>
Thu, 25 Aug 2011 19:43:54 +0000 (12:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 25 Aug 2011 19:43:54 +0000 (12:43 -0700)
commitf6a1686942506c3f2a041ff124bdc34d22ed5f26
tree6bf0544f289bd3fe06bce6f8eb4d5e76ff56617f
parente1a80902e5e9ce316c7cc56f6c15b52b0c0a9144
&CORE::binmode()

This commit allows &CORE::binmode to be called through references and
via ampersand syntax.

Usually, an op that has optional arguments has the number of arguments
indicated with flags on the op itself:
gv.c
op.c
t/op/coresubs.t