Guest User

Untitled

a guest
Oct 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
  2. index 3482f36..76f8497 100644
  3. --- a/pod/perlfunc.pod
  4. +++ b/pod/perlfunc.pod
  5. @@ -742,9 +742,9 @@ otherwise. In list context, returns
  6. ($package, $filename, $line) = caller;
  7.  
  8. With EXPR, it returns some extra information that the debugger uses to
  9. -print a stack trace. The value of EXPR indicates how many call frames
  10. +print a stack trace if the stack frame exists (and the empty list if it
  11. +does not). The value of EXPR indicates how many call frames
  12. to go back before the current one.
  13. -
  14. # 0 1 2 3 4
  15. ($package, $filename, $line, $subroutine, $hasargs,
Add Comment
Please, Sign In to add comment