#!/usr/bin/perl use strict; use Private; #call a bunch of things to make a page #### # This is a private namespace where all modules get loaded. # Warning: Don't put any 'use' statements that depend on Exporting into a namespace you will actually use in the programs. use strict; use base_class1; use base_class2; use CGI; use DBI; # etc., loads lots of modules