diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 930a6cbdcc..5bc120b871 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -762,6 +762,7 @@ you tried to jump out of a sort() block or subroutine, which is a no-no. See L<perlfunc/goto>. =item Can't goto subroutine from a sort sub (or similar callback) + (F) The "goto subroutine" call can't be used to jump out of the comparison sub for a sort(), or from a similar callback (such as the reduce() function in List::Util). |