in reply to Re^2: When to use modules?
in thread When to use modules?

The server (apache etc) will usually add the 'Date:' header for you, so it is not needed. Try perl -MCGI -e'print CGI::header()'.

Your other points remain valid though.