in reply to Re: autouse vs use
in thread autouse vs use

This is probably mostly interesting for CGI scripts where startup speed is very important.

Note that persistent environments, like mod_perl or FastCGI, actually want to pre-load as much as possible. In those contexts, this reduces startup speed.