In perl.git, the branch book/perlsecret has been updated <http://perl5.git.perl.org/perl.git/commitdiff/258767a1f7b22cca209166221a9db14306e8a44f?hp=7278cc1761f9af65820de99d23b5692ffc1a98f6>
- Log ----------------------------------------------------------------- commit 258767a1f7b22cca209166221a9db14306e8a44f Author: Philippe Bruhat (BooK) <[email protected]> Date: Fri May 4 21:03:56 2012 +0200 a family-friendly nickname for the =()= secret operator M pod/perlsecret.pod commit 6015f3dcd1b4f8c3afe8a774b93a0733a60327d3 Author: Philippe Bruhat (BooK) <[email protected]> Date: Tue Apr 17 19:27:37 2012 +0200 potential side effects of the ornate double-bladed sword M pod/perlsecret.pod ----------------------------------------------------------------------- Summary of changes: pod/perlsecret.pod | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pod/perlsecret.pod b/pod/perlsecret.pod index 5bdd48e..54722e8 100644 --- a/pod/perlsecret.pod +++ b/pod/perlsecret.pod @@ -352,6 +352,8 @@ whereas C<0+ '-2B'> would have given the expected number (C<-2>). =head2 Goatse C< =( )= > +(Alternate nickname: "Saturn") + If you don't understand the name of this operator, consider yourself lucky. You are advised B<not> to search the Internet for a visual explanation. @@ -484,6 +486,9 @@ Quoting C<< <[email protected]> >>: The "ornament" is the C<m> ribbon with the C<;> throwing blade attached to it. +Note that the "commented" text is actually a double-quoted string in +void context, which can have some side effects. + =head2 Screwdriver operators Discovered by Dmitry Karasik, 2007, while looking for C<!>-based operators. @@ -620,7 +625,7 @@ The author would like to thank José Castro, Andrew Savige, Dmitry Karasik, Abigail, Yitzchak Scott-Thoennes, Zefram, Tye McQueen, Maxim Vuets, Aristotle Pagaltzis, Toby Inkster, Ãvar Arnfjörð Bjarmason, Rafaël Garcia-Suarez, Andreas J. König, Andy Armstrong, Pau Amma, -Keith C. Ivey +Keith C. Ivey, Michael R. Wolf and the Fun With Perl mailing list for inspiration, suggestions and patches. =head1 REFERENCES @@ -673,6 +678,11 @@ by Aristotle Pagaltzis, describes the Enterprise operator. Description of the sperm/kite operator. +=item L<http://www.nntp.perl.org/group/perl.fwp/2012/04/msg4192.html> + +Proposal for an alternate, family-friendly, nickname for the goatse +operator, with a second order inside joke. + =back More secret operators that didn't make it to this list, because they -- Perl5 Master Repository
