ack 3, currently in development, will include a cookbook of examples for folks to try. Here's an example:
Find "goats" in every file that also contains "cows"
ack -l cows | ack -x goats
What examples do you have that can get added to the cookbook? Post them here.