In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1e76fcb5b230933aa5d13611679e675ec9407ddc?hp=384dc2341d61661c6296a03c8fcee78bf53c3277>
- Log ----------------------------------------------------------------- commit 1e76fcb5b230933aa5d13611679e675ec9407ddc Author: Ken Williams <[email protected]> Date: Fri Aug 7 10:49:26 2009 -0500 Removed '...' pseudocode-indicator from docs about '...' flip-flop operator ----------------------------------------------------------------------- Summary of changes: pod/perl5101delta.pod | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index cc4ea32..3818d1f 100644 --- a/pod/perl5101delta.pod +++ b/pod/perl5101delta.pod @@ -35,7 +35,9 @@ However, contrary to 5.10.0, evaluating the flip-flop operators in boolean context ensures it can now be useful in a C<when()>, notably for implementing bistable conditions, like in: - when (/^=begin/ .. /^=end/) { ... } + when (/^=begin/ .. /^=end/) { + # do something + } =item defined-or operator -- Perl5 Master Repository
