Table of Contents

    1. Coping with Other Peoples' Perl Code
    2. This is a big topic.
    3. Recommendations, aka References
    4. Inherited Code
    5. Thinking Strategically
    6. The rest of this talk
    7. use warnings;
    9. use strict;
    10. Danger Signs
    11. Reformatting Other Peoples' Code
    12. Perltidy
    13. Perltidy turns:
    14. Into:
    15. Perltidy options:
    16. Enough of that
    17. How about print "got here" if ($debug); ?
    18. Invoking the debugger
    19. First six debugger commands
    20. Is that all?
    21. Thanks!
    22. Five more debugger commands
    23. Breakpoints
    24. Actions
    25. Watchpoints