I've been using CGI.pm for a long while, and Lincoln Stein's book on it is one of my most tattered manuals.
Today I came across this link: W3C's Excessive DTD Traffic. I nearly always put
use CGI qw/:standard/;
at the top of my scripts, hence a call (?) to retrieve the DTD.
Does this ping their servers every time I execute my script?