Another place to look is in Perl modules you install. When you run the install process, you type "make test" (at lease you should) and a bunch of numbers scroll by. Those are test scripts that are running against the module code to make sure it will run on your system. The tests are distributed with the module itself, so you're free to look at them. Just look in the t directory.