All the Perl that's Practical to Extract and Report
So, what if you did something crazy like ...
use LWP::Simple; use Memoize; memoize('LWP::Simple::get');
Obviously, you wouldn't want to do that for any case where you need to expect changing content on a page.