This document summarizes a presentation on Perl testing from the perspective of other languages. It discusses different classifications of testing like the perspective (developer vs user), target (unit vs integration), technique (black box vs white box), and purpose (functional vs non-functional). It then reviews common Perl testing frameworks like Test::More and describes how Perl uses the TAP format. Finally, it compares Perl testing to Ruby/Rails testing and concludes Perl could improve its browser integration and mocking capabilities.