Help for this page
# Import nothing -- fastest but requires additional coding use Some::Module (); ... use Some::Module; ... any_function();
BEGIN { print "Loading app (could take a second or two) ...\n"; }